Beispiel #1
0
 public BarcodeController(
     IEmployeesService employeesService, 
     IUserDepartmentsService userDepartmentsService,
     IBioStarService bioStarService)
 {
     _employeesService = employeesService;
     _userDepartmentsService = userDepartmentsService;
     _bioStarService = bioStarService;
 }
Beispiel #2
0
 public BarcodeController(
     IEmployeesService employeesService,
     IUserDepartmentsService userDepartmentsService,
     IBioStarService bioStarService)
 {
     _employeesService       = employeesService;
     _userDepartmentsService = userDepartmentsService;
     _bioStarService         = bioStarService;
 }
Beispiel #3
0
 public ExportsController(IBioStarService bioStarService)
 {
     _bioStarService = bioStarService;
 }
Beispiel #4
0
 public ExportsController(IBioStarService bioStarService)
 {
     _bioStarService = bioStarService;
 }