Пример #1
0
 private void WhenABookIsAddedToTheWishList()
 {
     _wishList.AddBook(new Book {
         Author = Author, Title = Title
     });
 }