Beispiel #1
0
 public LocationRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }
Beispiel #2
0
 public OrderRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }
 public DriversAndTimesRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }
Beispiel #4
0
 public TimeRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }