Example #1
0
 public MailChimpAutomation()
 {
     overview          = new MCAutomationsOverview();
     automationsemails = new MCAutomationsEmails();
     emailQueue        = new MCAutomationsEmailsQueue();
     removedSubscriber = new MCAutomationsRemoveSubscriber();
 }
 public MailChimpAutomation()
 {
     overview = new MCAutomationsOverview();
     automationsemails = new MCAutomationsEmails();
     emailQueue = new MCAutomationsEmailsQueue();
     removedSubscriber = new MCAutomationsRemoveSubscriber();
 }