Beispiel #1
0
 public List <Product> AllProductBySubcategory(int subCategoryId)
 {
     return(gateway.AllProductBySubcategory(subCategoryId));
 }