コード例 #1
0
 public Collection <L_CategoryInfo> GetSubCategoryByID(int categoryID)
 {
     return(category.GetSubCategoryById(categoryID));
 }