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