コード例 #1
0
 public IList <Item> GetItemsBySubCatId(int subCatId)
 {
     return(_settingController.GetItemsBySubCatId(subCatId));
 }