Esempio n. 1
0
 public List <CategoryProductDetail> GetCategoryProductDetails(string categoryUrl)
 {
     return(_productDal.GetCategoryProductDetails(categoryUrl));
 }