public ExternalRegistryModifierService(CommandRunner commandRunner)
 {
     this.commandRunner = commandRunner;
 }
Beispiel #2
0
 public FirewallService(CommandRunner commandRunner)
 {
     this.commandRunner = commandRunner;
 }