Esempio n. 1
0
 public Autor buscarPorNome(String nome) {
   return autorRepository.findByNome(nome);
 }