Ejemplo n.º 1
0
 public Task <AuthorDto> GetAsync(Guid id)
 {
     return(_authorAppService.GetAsync(id));
 }