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