Exemple #1
0
 public Task <ListResultDto <AuthorLookupDto> > GetAuthorLookupAsync()
 {
     return(_bookAppService.GetAuthorLookupAsync());
 }