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