Beispiel #1
0
 public async Task <Book> GetByISBN(string isbn)
 {
     return(await _bookDAO.GetByISBN(isbn));
 }