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