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