Exemplo n.º 1
0
 public ShiftController(ScheduleAppContext context)
 {
     _context = context;
 }
 public EmployeeController(ScheduleAppContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public VendorRepository(ScheduleAppContext scheduleAppContext)
 {
     _scheduleAppContext = scheduleAppContext;
 }
Exemplo n.º 4
0
 public CustomerRepository(ScheduleAppContext scheduleAppContext)
 {
     _scheduleAppContext = scheduleAppContext;
 }