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