Ejemplo n.º 1
0
 public int CustomerCount(Expression <Func <Customer, bool> > filter = null)
 {
     return(_customerDal.Count(filter));
 }