Пример #1
0
 public void DeleteCategory(int categoryId)
 {
     CategoryDao.DeleteCategoryById(categoryId);
 }