Exemplo n.º 1
0
 public void save(Category category) {
   categoryRepository.save(category);
 }