Exemple #1
0
 public List <Product> GetByCategory(int categoryId)
 {
     return(_productDal.GetByCategory(categoryId));
 }