Exemple #1
0
 public int Count(Func <T, bool> predicate)
 {
     return(context.Set <T>().Where(predicate).Count());
 }