Example #1
0
 public void DisableCategroy(int categoryId)
 {
     _categoryManager.DisableCategroy(categoryId);
 }