Ejemplo n.º 1
0
 public DetailsModel(IBookInMemory bookInMemory)
 {
     this.bookInMemory = bookInMemory;
 }
Ejemplo n.º 2
0
 public EditModel(IBookInMemory bookInMemory, IAuthorInMemory authorInMemory)
 {
     this.bookInMemory   = bookInMemory;
     this.authorInMemory = authorInMemory;
 }