Beispiel #1
0
 public EmployeesController(TransportManagementContext context)
 {
     _context = context;
 }
 public RoutesController(TransportManagementContext context)
 {
     _context = context;
 }
 public LoginController(TransportManagementContext context)
 {
     _context = context;
 }
 public AllocationsController(TransportManagementContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public VehiclesController(TransportManagementContext context)
 {
     _context = context;
 }