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