Example #1
0
 public Invitation(string subject, string body, InvitationRecipient recipient)
 {
     this.Subject   = subject;
     this.Body      = body;
     this.Recipient = recipient;
 }
 public Invitation(string subject, string body, InvitationRecipient recipient)
 {
     this.Subject = subject;
     this.Body = body;
     this.Recipient = recipient;
 }