public VehicleRepository(CarSMARTDBContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public UnitOfWork(CarSMARTDBContext context)
 {
     this.context = context;
 }