예제 #1
0
 public void Send(EmailContact to, string subject, string body)
 {
     Send(new[] { to }, subject, body);
 }
예제 #2
0
 public void Send(EmailContact to, string subject, string body)
 {
     Send(new[] {to}, subject, body);
 }