Example #1
0
 public static Book BilboTheHobbit(int bookId)
 {
     return(CreateBook(bookId, BilboTheHobbit().Title, BilboTheHobbit().Genre, AuthorHelper.JRRTolkien()));
 }
Example #2
0
 public static Book LordOfTheRings(int bookId)
 {
     return(CreateBook(bookId, LordOfTheRings().Title, LordOfTheRings().Genre, AuthorHelper.JRRTolkien()));
 }