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