コード例 #1
0
 public LivrosController(ILivrosRep livrosRep, IEditorasRep editorasRep)
 {
     this.livrosRep   = livrosRep;
     this.editorasRep = editorasRep;
 }
 public LivrosController(ILivrosRep livrosRep)
 {
     this.livrosRep = livrosRep;
 }