Esempio n. 1
0
 public virtual IEnumerable <TEntity> GetAll()
 {
     return(_checkappContext.Set <TEntity>().AsNoTracking().ToList());
 }