Exemplo n.º 1
0
 public async Task Update(string isbn, Book book)
 {
     await _bookDAO.Update(isbn, book);
 }