コード例 #1
0
 public List <Product> GetProductsByCategories(ProductCategory pcat)
 {
     return(_repo.GetProductsByCategories(pcat));
 }