Example #1
0
 public Livro AddLivro(Livro livro)
 {
     return(_livroRepository.AddLivro(livro));
 }