コード例 #1
0
 public ItemSubCategory GetItemSubCategoryById(int id)
 {
     return(_controller.GetItemSubCategory(id));
 }
コード例 #2
0
 public ItemSubCategory GetItemSubCategory(int subCategoryId)
 {
     return(_settingController.GetItemSubCategory(subCategoryId));
 }