public DepartmentServiceController(IDepartmentServicesRepo departmentService, IDepartmentRepo department)
 {
     this._departmentService = departmentService;
     _department             = department;
 }
Пример #2
0
 public DepartmentServicesController(IDepartmentServicesRepo departmentServices)
 {
     this._departmentServices = departmentServices;
 }