public EnumeratorWrapper(IEnumerator <T> root, ServiceAPI.IEntityCache cache)
 {
     this.root  = root;
     this.cache = cache;
 }
Esempio n. 2
0
 public NoCacheQueryable(IQueryable <T> rootQuery, ServiceAPI.IEntityCache cache)
 {
     this.rootQuery = rootQuery;
     this.cache     = cache;
 }