Beispiel #1
0
 public UsersAdminController(
     IDepartmentService departmentService,
     IUserDepartmentsService userDepartmentsService)
 {
     _departmentService      = departmentService;
     _userDepartmentsService = userDepartmentsService;
 }
Beispiel #2
0
 public UsersAdminController(
     IDepartmentService departmentService,
     IUserDepartmentsService userDepartmentsService)
 {
     _departmentService = departmentService;
     _userDepartmentsService = userDepartmentsService;
 }
Beispiel #3
0
 public BarcodeController(
     IEmployeesService employeesService, 
     IUserDepartmentsService userDepartmentsService,
     IBioStarService bioStarService)
 {
     _employeesService = employeesService;
     _userDepartmentsService = userDepartmentsService;
     _bioStarService = bioStarService;
 }
Beispiel #4
0
 public BarcodeController(
     IEmployeesService employeesService,
     IUserDepartmentsService userDepartmentsService,
     IBioStarService bioStarService)
 {
     _employeesService       = employeesService;
     _userDepartmentsService = userDepartmentsService;
     _bioStarService         = bioStarService;
 }
Beispiel #5
0
 public ConfirmController(
     IEmployeesService employeesService,
     IEmployeesLogService employeesLogService,
     IUserDepartmentsService userDepartmentsService,
     IDepartmentService departmentService,
     IGAService gaService
     )
 {
     _employeesService = employeesService;
     _employeesLogService = employeesLogService;
     _userDepartmentsService = userDepartmentsService;
     _departmentService = departmentService;
     _gaService = gaService;
 }
Beispiel #6
0
 public ConfirmController(
     IEmployeesService employeesService,
     IEmployeesLogService employeesLogService,
     IUserDepartmentsService userDepartmentsService,
     IDepartmentService departmentService,
     IGAService gaService
     )
 {
     _employeesService       = employeesService;
     _employeesLogService    = employeesLogService;
     _userDepartmentsService = userDepartmentsService;
     _departmentService      = departmentService;
     _gaService = gaService;
 }
Beispiel #7
0
 public ManageController(IUserDepartmentsService userDepartmentsService)
 {
     _userDepartmentsService = userDepartmentsService;
 }
Beispiel #8
0
 public ReportLogsController(IEmployeesService employeesService, 
     IUserDepartmentsService userDepartmentsService)
 {
     _employeesService = employeesService;
     _userDepartmentsService = userDepartmentsService;
 }
Beispiel #9
0
 public ManageController(IUserDepartmentsService userDepartmentsService)
 {
     _userDepartmentsService = userDepartmentsService;
 }
Beispiel #10
0
 public ReportLogsController(IEmployeesService employeesService,
                             IUserDepartmentsService userDepartmentsService)
 {
     _employeesService       = employeesService;
     _userDepartmentsService = userDepartmentsService;
 }