コード例 #1
0
 public bool GetProductForDeleteCategory(int categoryId)
 {
     return(categoryDataAccess.GetProductByCategoryId(categoryId));
 }