Skip to content

Commit

Permalink
-Added missing batch interface for IMailChimpManager
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonseydel committed May 27, 2016
1 parent a2d58f9 commit 34dad90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MailChimp.Net/Interfaces/IMailChimpManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,10 @@ public interface IMailChimpManager
/// Gets the logic to access mail chimp web hooks
/// </summary>
IWebHookLogic WebHooks { get; }

/// <summary>
/// Gets othe batch logic layer to talk to Mail Chimp
/// </summary>
IBatchLogic Batches { get; }
}
}

0 comments on commit 34dad90

Please sign in to comment.