danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Introducing interfaces for MailChimpManager and MailChimpExportManager #139

Closed lxalln closed 9 years ago

lxalln commented 9 years ago

I have created IMailChimpManager and IMailChimpExportManager and updated the README document to reflect how you may use these when mocking. As mentioned in #138 adding these mocks as actual tests would introduce a dependency on Moq just for an example.

danesparza commented 9 years ago

@cntwo Fantastic! Well done on both the code changes and the update to the README. Thanks!