add driversLicence model
This commit is contained in:
@@ -28,7 +28,8 @@ type UserServiceInterface interface {
|
||||
}
|
||||
|
||||
type UserService struct {
|
||||
Repo repositories.UserRepositoryInterface
|
||||
Repo repositories.UserRepositoryInterface
|
||||
Licences repositories.DriversLicenceInterface
|
||||
}
|
||||
|
||||
func (service *UserService) UpdateUser(user *models.User, userRole int8) (*models.User, error) {
|
||||
|
||||
Reference in New Issue
Block a user