public CcDownloadController(IAppSettingsService appSettingsService, ICHFtpService chFtpService, IGnuPGService gnuPGService) { appSettings = appSettingsService; chFtp = chFtpService; gnuPG = gnuPGService; }
public CcEncryptController(IAppSettingsService appSettingsService, IFileService fileService, IGnuPGService gnuPGService) { appSettings = appSettingsService; fileSrvc = fileService; gnuPG = gnuPGService; }