public OwnedCarRepository(Simulation_dbContext context)
 {
     _context = context;
 }
Example #2
0
 public CustomerRespository(Simulation_dbContext context)
 {
     _context = context;
 }
Example #3
0
 public BookingRepository(Simulation_dbContext context)
 {
     _context = context;
 }