Exemplo n.º 1
0
 public LocationRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }
Exemplo n.º 2
0
 public OrderRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }
 public DriversAndTimesRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }
Exemplo n.º 4
0
 public TimeRepository(TaxiServiceContext dbContext)
 {
     _appDbContext = dbContext;
 }