public Repository() { _objectSet = ctx.Set <T>(); }
public IEnumerable <TEntity> GetAll() { return(context.Set <TEntity>().ToList()); }