1 write to _interactionService
aspire (1)
Commands\ConfigCommand.cs (1)
104
_interactionService
= interactionService;
4 references to _interactionService
aspire (4)
Commands\ConfigCommand.cs (4)
135
_interactionService
.DisplayError(ErrorStrings.ConfigurationKeyRequired);
141
_interactionService
.DisplayError(ErrorStrings.ConfigurationValueRequired);
148
_interactionService
.DisplaySuccess(isGlobal
158
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ErrorSettingConfiguration, ex.Message));