Exemplo n.º 1
0
 public CarRepository(AutoStoreContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public EntityUnitOfWork(string name)
 {
     context = new AutoStoreContext(name);
 }
Exemplo n.º 3
0
 public CarRepository(AutoStoreContext context)
 {
     _context = context;
     stat     = true;
 }
Exemplo n.º 4
0
 public SellersRepository(AutoStoreContext context)
 {
     this.context = context;
 }