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