Skip to content

Instantly share code, notes, and snippets.

@andriysavin
Created May 24, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andriysavin/b4f8f7ca1abf82253b1c248985edccea to your computer and use it in GitHub Desktop.
Save andriysavin/b4f8f7ca1abf82253b1c248985edccea to your computer and use it in GitHub Desktop.
interface IEmailMessageSender
{
void SendMessage(EmailMessage message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment