예제 #1
0
파일: Email.cs 프로젝트: ncelsRS/ptp
 public Email(BaseNotify notify)
 {
     ToEmail = notify.Email;
     Message = EmailFactory.RenderViewToString(notify.ToString(), notify);
     Subject = notify.Subject;
     //  Send = notify.Send;
 }