示例#1
0
 public EditorasController(IEditorasRep editorasRep)
 {
     this.editorasRep = editorasRep;
 }
示例#2
0
 public LivrosController(ILivrosRep livrosRep, IEditorasRep editorasRep)
 {
     this.livrosRep   = livrosRep;
     this.editorasRep = editorasRep;
 }