コード例 #1
0
 public Product[] FindByCategory(int categoryId)
 {
     return(productDataAccess.FindByCategory(categoryId));
 }