Beispiel #1
0
 public void DeleteCategory(int categoryId)
 {
     _dataProvider.DeleteCategory(categoryId);
 }