Esempio n. 1
0
 public virtual IEnumerable <TEntity> All()
 {
     return(_dbcontext.All <TEntity>());
 }