Beispiel #1
0
 public BranchesController(WTSContext context)
 {
     _context = context;
 }
 public CorrespondenceTypesController(WTSContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EmployeeService(WTSContext context, IShiftHoursCalculator shiftHoursCalculator)
 {
     this.context = context;
     this.shiftHoursCalculator = shiftHoursCalculator;
 }
 public ShiftManager(WTSContext context)
 {
     _context = context;
 }
 public EmployeesController(WTSContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public RecordsController(WTSContext context)
 {
     _context = context;
 }