コード例 #1
0
 public CcDownloadController(IAppSettingsService appSettingsService, ICHFtpService chFtpService, IGnuPGService gnuPGService)
 {
     appSettings = appSettingsService;
     chFtp = chFtpService;
     gnuPG = gnuPGService;
 }
コード例 #2
0
 public CcEncryptController(IAppSettingsService appSettingsService, IFileService fileService, IGnuPGService gnuPGService)
 {
     appSettings = appSettingsService;
     fileSrvc = fileService;
     gnuPG = gnuPGService;
 }