Exemple #1
0
 public void UpdateBook(Book book)
 {
     _bookRepository.UpdateBook(book);
 }