Example #1
0
 public void DeleteCategory(int id)
 {
     catalogRepository.DeleteCategory(id);
 }