Esempio n. 1
0
 public Review()
 {
     Book = new Book();
 }
 public Book Add(Book book)
 {
     books.Add(book);
     return books[books.Count];
 }