Example #1
0
 public static Book getBookByISBN(string isbn)
 {
     return(BookService.getBookByISBN(isbn));
 }