Exemplo n.º 1
0
 public GenericRepository(AEW_DEVContext context)
 {
     _Context = context;
     _table   = _Context.Set <T>();
 }
Exemplo n.º 2
0
 public UnitOfWork(AEW_DEVContext context)
 {
     _context = context;
 }