Exemple #1
0
 public int Count(Expression <Func <T, bool> > whereLambda)
 {
     return(CurrentDal.Count(whereLambda));
 }