示例#1
0
 public UnitOfWork(VegaDbContext context)
 {
     this._context = context;
 }
示例#2
0
 public UnitofWork(VegaDbContext context)
 {
     this.context = context;
 }
 public StateInitialiserStateRepository(VegaDbContext vegaDbContext)
 {
     this.vegaDbContext = vegaDbContext;
 }
示例#4
0
 public VehicleRepository(VegaDbContext _context)
 {
     this._context = _context;
 }
示例#5
0
 public VehicleRepository(VegaDbContext context)
 {
     this.context = context;
 }
示例#6
0
 public PhotoRepository(VegaDbContext context)
 {
     this.context = context;
 }