Ejemplo n.º 1
0
 public IActionResult AlterarLivro(LivroModel livroModel)
 {
     _livroRepository.AlterarLivro(livroModel);
     return(Ok());
 }