public ItemCategory GetItemCategoryById(int id)
 {
     return(_controller.GetItemCategory(id));
 }
Exemplo n.º 2
0
 public ItemCategory GetItemCategory(int categoryId)
 {
     return(_settingController.GetItemCategory(categoryId));
 }