Beispiel #1
0
 public UnitOfWork(VegaContext context)
 {
     _context = context;
 }
 public VehicleRepository(VegaContext context)
 {
     _context = context;
 }