Beispiel #1
0
 public int Count(Expression <Func <T, bool> > expression, bool compileSp = false)
 {
     return(_BaseProvider.Count(expression, compileSp));
 }