예제 #1
0
 public List <Author> AllAuthorsWithBooks([Service] AuthorHandler authorHandler) =>
 authorHandler.GetAllAuthorsWithBooks();
예제 #2
0
 public List <Author> AllAuthorsOnly([Service] AuthorHandler authorHandler) =>
 authorHandler.GetAllAuthors();