public CommandRunner( IEnsureAuthenticated ensureAuthenticated, IProcessLocalStudyResults processLocalStudyResults) { this.ensureAuthenticated = ensureAuthenticated; this.processLocalStudyResults = processLocalStudyResults; }
public GetStudy( IEnsureAuthenticated ensureAuthenticated, IProcessLocalStudyResults processLocalStudyResults, IGetCreatedOutputFolder getCreatedOutputFolder, IDownloadStudy downloadStudy) { this.ensureAuthenticated = ensureAuthenticated; this.processLocalStudyResults = processLocalStudyResults; this.getCreatedOutputFolder = getCreatedOutputFolder; this.downloadStudy = downloadStudy; }