Exemple #1
0
 public List <Product> FindProductWithinCategory(int id)
 {
     return(_repo.LoadProductsWithinCategory(id));
 }