Example #1
0
 public bool Any(Func <T, bool> predicate)
 {
     return(context.Set <T>().Any(predicate));
 }