1 write to _configurationService
aspire (1)
Commands\UpdateCommand.cs (1)
61
_configurationService
= configurationService;
2 references to _configurationService
aspire (2)
Commands\UpdateCommand.cs (2)
298
await
_configurationService
.DeleteConfigurationAsync("channel", isGlobal: true, cancellationToken);
303
await
_configurationService
.SetConfigurationAsync("channel", channel, isGlobal: true, cancellationToken);