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