Ejemplo n.º 1
0
 public int Count(Func <T, bool> predicate)
 {
     return(Context.Set <T>().Where(predicate).Count());
 }