Пример #1
0
 public IEnumerable <Product> GetAllFilter(Expression <Func <Product, bool> > filter = null)
 {
     return(_productDal.GetAllFilter(filter));
 }