Beispiel #1
0
 public int Count(Expression <Func <Category, bool> > filter = null)
 {
     return(_categoryDal.Count(filter));
 }