Example #1
0
 public async Task UpdateChocolateySetting(ChocolateySetting setting)
 {
     await _chocolateyService.SetSetting(setting);
 }