Exemplo n.º 1
0
 public int Count(Expression <Func <Contact, bool> > filter = null)
 {
     return(_contactDal.Count(filter));
 }