Esempio n. 1
0
 protected IQueryable <E> CommonQuery <E>() where E : class
 {
     return(_context.Set <E>().AsNoTracking());
 }