예제 #1
0
 public async Task ChangeNameAsync(Guid userId, string name)
 {
     await _userDomainService.ChangeNameAsync(userId, name);
 }