Skip to content

Commit

Permalink
Kolejny poke
Browse files Browse the repository at this point in the history
  • Loading branch information
Szachor committed May 12, 2014
1 parent 161468d commit 5dafeae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified MailSender/MailSender.v11.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions MailSender/MandrillMailSender/MandrillMailSenderClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 11,8 @@ namespace MandrillMailSender
public class MandrillMailSenderClass : MailSenderInterface
{
public MandrillMailSenderClass(String apikey);
public bool SendMail(Mail mail);
public bool SendTestMail();
public bool TestKey();
}
}

0 comments on commit 5dafeae

Please sign in to comment.