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