Exemplo n.º 1
0
 public void Send(EmailContact to, string subject, string body)
 {
     Send(new[] { to }, subject, body);
 }
Exemplo n.º 2
0
 public void Send(EmailContact to, string subject, string body)
 {
     Send(new[] {to}, subject, body);
 }