Example #1
0
 public virtual bool All(Expression <Func <TEntity, bool> > criteria)
 {
     return(_dbSet.All(criteria));
 }
Example #2
0
 public bool All(Expression <Func <T, bool> > predicate)
 {
     return(_dbset.All(predicate));
 }