1 write to _interactionService
aspire (1)
Commands\ConfigCommand.cs (1)
29_interactionService = interactionService;
4 references to _interactionService
aspire (4)
Commands\ConfigCommand.cs (4)
31var getCommand = new GetCommand(_configuration, _interactionService); 32var setCommand = new SetCommand(configurationService, _interactionService); 33var listCommand = new ListCommand(configurationService, _interactionService); 34var deleteCommand = new DeleteCommand(configurationService, _interactionService);