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