Ejemplo n.º 1
0
 public Book()
 {
     Tags = new List<BookTag>();
     Author = new List<string>();
     Translator = new List<string>();
     Rating = new BookRating();
     Title = "";
     Subtitle = "";
     AuthorIntro = "";
     Imageurl = "";
     Summary = "";
     Isbn = "";
     Pages = "";
     Price = "";
     Publisher = "";
     Pubdate = "";
     Binding = "";
     Weblink = "";
 }