コード例 #1
0
 public async Task UpdateAsync(UpdateUserSettingsInput input)
 {
     await base.UpdateAsync(input);
 }
コード例 #2
0
 public async Task UpdateAsync(UpdateUserSettingsInput input)
 {
     await _userSettingsAppService.UpdateAsync(input);
 }