Ejemplo n.º 1
0
 public List <ProductBrand> BrandsOfProduct(string brandsOfProduct, decimal?minValue, decimal?maxValue)
 {
     return(_brandDal.BrandsOfProduct(brandsOfProduct, minValue, maxValue).ToList());
 }