Exemple #1
0
 public void AssignShelf(Shelf shelf)
 {
     _shelf = shelf;
     _shelf.AssignBook(this);
 }