Example #1
0
 public bool Any(Expression <Func <TDbEntity, bool> > predicate)
 {
     return(EntitiesSet.Any(predicate));
 }