Example #1
0
 public IEnumerable <TEntity> GetAll()
 {
     return(Db.Set <TEntity>().ToList());
 }