Exemplo n.º 1
0
 public CcDownloadController(IAppSettingsService appSettingsService, ICHFtpService chFtpService, IGnuPGService gnuPGService)
 {
     appSettings = appSettingsService;
     chFtp = chFtpService;
     gnuPG = gnuPGService;
 }
Exemplo n.º 2
0
 public CcEncryptController(IAppSettingsService appSettingsService, IFileService fileService, IGnuPGService gnuPGService)
 {
     appSettings = appSettingsService;
     fileSrvc = fileService;
     gnuPG = gnuPGService;
 }