Example #1
0
 public IEnumerable <T> GetAll()
 {
     return(dbContext.Set <T>()
            .AsEnumerable());
 }