Exemplo n.º 1
0
 public void delete(Long id) {
   categoryRepository.delete(id);
 }