コード例 #1
0
 public CustomerRepository()
 {
     _dbContext = new VehiclesEntities();
 }
コード例 #2
0
 public ServiceRepository()
 {
     _dbContext = new VehiclesEntities();
 }
コード例 #3
0
 public BookingRepository()
 {
     _dbContext = new VehiclesEntities();
 }
コード例 #4
0
 public MechanicRepository()
 {
     _dbContext = new VehiclesEntities();
 }
コード例 #5
0
 public LoginRepository()
 {
     _dbContext = new VehiclesEntities();
 }