コード例 #1
0
 public IList <Section> GetSectionsByStoreId(int storeId)
 {
     return(_settingController.GetSectionBystoreId(storeId));
 }
コード例 #2
0
 public IList <Section> GetShelfByStoreId(int storeId)
 {
     return(_controller.GetSectionBystoreId(storeId));
 }