Esempio n. 1
0
 public VehicleRepository(VegaDbContextV2 dbContext)
 {
     this.dbContext = dbContext;
 }
Esempio n. 2
0
 public UnitOfWork(VegaDbContextV2 dbContext)
 {
     this.dbContext = dbContext;
 }