Exemple #1
0
 protected override void Validation()
 {
     theMail             = new WelcomeMail(_Content, _EnableAutoSend);
     theMail.TheMailType = MailType.GetById(_MailTypeId);
     if (_MailTypeId.Equals(MailType.WelcomeMail.Id))
     {
         theMail.VaildateTheContent();
     }
 }