Пример #1
0
 public int CountAll(Expression <Func <Order, bool> > filter = null)
 {
     return(_orderDal.CountAll(filter));
 }