public GenericRepository(ECommeceContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public GenericUnitofWork()
 {
     _context = new ECommeceContext();
 }