Beispiel #1
0
 public Mapper(IRoleService roleService, IDepartmentService departmentService, IOtdelService otdelService, IRightService rightService)
 {
     _roleService       = roleService;
     _departmentService = departmentService;
     _otdelService      = otdelService;
     _rightService      = rightService;
 }
Beispiel #2
0
 public OtdelController(IOtdelService otdelService)
 {
     _otdelService = otdelService;
 }