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