예제 #1
0
 public virtual IEnumerable <Entity> Get()
 {
     return(dbContext.Set <Entity>().AsNoTracking());
 }