Example #1
0
 public List <T> GetAll()
 {
     return(_context.Set <T>().ToList());
 }