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