コード例 #1
0
 protected string FindCategoryNameOfItem(string itemCode)
 {
     return(suLogic.FindStationeryById(itemCode).Category.CategoryName);
 }