コード例 #1
0
 public void ListBooksByAuthor(Author author)
 {
     _bookRepository.GetByAuthor(author);
 }