Beispiel #1
0
 public void DeleteCategory(string categoryId)
 {
     _categoryRepo.DeleteCategory(categoryId);
 }