Exemple #1
0
 public void EnableCategory(int categoryId)
 {
     _categoryManager.EnableCategory(categoryId);
 }