예제 #1
0
 public async Task UpdateAsync(UpdateUserSettingsInput input)
 {
     await base.UpdateAsync(input);
 }
예제 #2
0
 public async Task UpdateAsync(UpdateUserSettingsInput input)
 {
     await _userSettingsAppService.UpdateAsync(input);
 }