Exemplo n.º 1
0
 public void DeleteCategoryById(int id)
 {
     _newsRepository.DeleteCategoryById(id);
 }