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