Example #1
0
 public RegistrarLivroController(RegistrarLivro registrarLivro, RegistrarEditora registrarEditora, RegistrarAutor registrarAutor)
 {
     this.registrarLivro   = registrarLivro;
     this.registrarEditora = registrarEditora;
     this.registrarAutor   = registrarAutor;
 }
Example #2
0
 public LivrosController(RegistrarLivro registrarLivro)
 {
     this.registrarLivro = registrarLivro;
 }