Example #1
0
 public VehicleRepository(VegaDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public UnitOfWork(VegaDbContext context)
 {
     this.context = context;
 }