Example #1
0
 public int Count(Expression <Func <About, bool> > filter = null)
 {
     return(_aboutDal.Count(filter));
 }