Пример #1
0
 public void AddBookForAuthor(Guid authorId, Book book)
 {
     _authorRepository.AddBookForAuthor(authorId, book);
 }