Esempio n. 1
0
 public IList <Section> GetSectionsByStoreId(int storeId)
 {
     return(_settingController.GetSectionBystoreId(storeId));
 }
Esempio n. 2
0
 public IList <Section> GetShelfByStoreId(int storeId)
 {
     return(_controller.GetSectionBystoreId(storeId));
 }