Пример #1
0
 public Task UpdateAsync(Guid id, UpdateAuthorDto input)
 {
     return(_authorAppService.UpdateAsync(id, input));
 }