Exemplo n.º 1
0
 public static Book BilboTheHobbit(int bookId)
 {
     return(CreateBook(bookId, BilboTheHobbit().Title, BilboTheHobbit().Genre, AuthorHelper.JRRTolkien()));
 }
Exemplo n.º 2
0
 public static Book ArtOfUnitTesting(int bookId)
 {
     return(CreateBook(bookId, ArtOfUnitTesting().Title, ArtOfUnitTesting().Genre, AuthorHelper.RoyOsherove()));
 }
Exemplo n.º 3
0
 public static Book LordOfTheRings(int bookId)
 {
     return(CreateBook(bookId, LordOfTheRings().Title, LordOfTheRings().Genre, AuthorHelper.JRRTolkien()));
 }
Exemplo n.º 4
0
 public static Book CleanCode(int bookId)
 {
     return(CreateBook(bookId, CleanCode().Title, CleanCode().Genre, AuthorHelper.RobertMartin()));
 }