コード例 #1
0
 public bool GetExistProduct(int categoryId)
 {
     return(category.GetExistProduct(categoryId));
 }