public GenericRepository(AEW_DEVContext context) { _Context = context; _table = _Context.Set <T>(); }
public UnitOfWork(AEW_DEVContext context) { _context = context; }