Example #1
0
 public UpdateCommand(UpdateCommandDescriptor descriptor, WhereService whereService, InstallerService installerService)
     : base(descriptor)
 {
     this.whereService     = whereService;
     this.installerService = installerService;
 }
Example #2
0
 public InstallCommand(InstallCommandDescriptor descriptor, InstallerService installerService) : base(descriptor) =>
     this.installerService = installerService;