1 write to _interactionService
aspire (1)
Commands\ConfigCommand.cs (1)
210
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\ConfigCommand.cs (5)
234
_interactionService
.DisplayError(ErrorStrings.ConfigurationKeyRequired);
247
_interactionService
.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedGlobally, key));
251
_interactionService
.DisplaySuccess(string.Format(CultureInfo.CurrentCulture, ConfigCommandStrings.ConfigurationKeyDeletedLocally, key));
258
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ConfigurationKeyNotFound, key));
264
_interactionService
.DisplayError(string.Format(CultureInfo.CurrentCulture, ErrorStrings.ErrorDeletingConfiguration, ex.Message));