コード例 #1
0
 public Task ChangeNameAsync([NotNull] TestDto dto)
 {
     return(_testAppService.ChangeNameAsync(dto));
 }