Esempio n. 1
0
 public UserService(IUnitOfWork unitOfWork, IManagementServices<User> userManagementServices)
 {
     this._unitOfWork = unitOfWork;
     this._userManagementServices = userManagementServices;
 }
Esempio n. 2
0
 public UserService(IUnitOfWork unitOfWork, IManagementServices <User> userManagementServices)
 {
     this._unitOfWork             = unitOfWork;
     this._userManagementServices = userManagementServices;
 }
Esempio n. 3
0
 public ServicesController(IManagementServices management)
 {
     this.management = management;
 }
 public managementController(IManagementServices Service)
 {
     _service = Service;
 }