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