Beispiel #1
0
 public PhotoRepository(UdemyVegaDbContext context)
 {
     this.context = context;
 }
 public VehicleRepository(UdemyVegaDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public UnitOfWork(UdemyVegaDbContext context)
 {
     this.context = context;
 }