Exemplo n.º 1
0
 public ItemSubCategory GetItemSubCategoryById(int id)
 {
     return(_controller.GetItemSubCategory(id));
 }
Exemplo n.º 2
0
 public ItemSubCategory GetItemSubCategory(int subCategoryId)
 {
     return(_settingController.GetItemSubCategory(subCategoryId));
 }