Example #1
0
 public JobService(IAWSLocatorService awsLocatorService, ISetupService setupService)
 {
     this.awsLocatorService = awsLocatorService;
     this.setupService      = setupService;
 }
Example #2
0
 public PushCommand(ISetupService setupService, IAWSLocatorService awsLocatorService, IJobService jobService)
 {
     this.setupService      = setupService;
     this.awsLocatorService = awsLocatorService;
     this.jobService        = jobService;
 }
Example #3
0
 public ConfigureCommand(ISetupService setupService, IAWSLocatorService awsLocatorService)
 {
     this.setupService      = setupService;
     this.awsLocatorService = awsLocatorService;
 }