mailjet / mailjet-apiv3-dotnet

[API v3] Official Mailjet API v3 .NET wrapper
https://dev.mailjet.com
MIT License
75 stars 31 forks source link

Let some MailjetClient extensions already work on IMailjetClient. #74

Closed danielcweber closed 3 years ago

danielcweber commented 3 years ago

Some extension methods already work on IMailjetClient instead of MailjetClient. This is useful in scenarios where a class has a dependency rather on the interface instead of the implementation.

sdiakovskyi-gd commented 3 years ago

@danielcweber thanks!