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