コード例 #1
0
 public MailChimpPlugin(MailChimpInstallationService mailChimpInstallationService,
     MailChimpSettings mailChimpSettings)
 {
     this._mailChimpInstallationService = mailChimpInstallationService;
     this._mailChimpSettings = mailChimpSettings;
 }
コード例 #2
0
 public MailChimpPlugin(MailChimpInstallationService mailChimpInstallationService,
                        MailChimpSettings mailChimpSettings)
 {
     this._mailChimpInstallationService = mailChimpInstallationService;
     this._mailChimpSettings            = mailChimpSettings;
 }