コード例 #1
0
 public List <Product> GetProductList(string categoryId)
 {
     return(_productRepo.GetProductList(categoryId));
 }