public CarrierRepository(MyShuttleContext dbcontext)
 {
     _context = dbcontext;
 }
示例#2
0
 public DriverRepository(MyShuttleContext dbcontext)
 {
     _context = dbcontext;
 }
示例#3
0
 public VehicleRepository(MyShuttleContext dbcontext)
 {
     _context = dbcontext;
 }
 public RidesRepository(MyShuttleContext dbcontext)
 {
     _context = dbcontext;
 }
 public EmployeeRepository(MyShuttleContext dbcontext)
 {
     _context = dbcontext;
 }