Ejemplo n.º 1
0
 public void Reject(string reason, IDomainEmailSender email)
 {
     Status = Rejected;
     RejectionReason = reason;
     email.SubmissionRejection(this);
 }
Ejemplo n.º 2
0
 public void Reject(string reason, IDomainEmailSender email)
 {
     Status          = Rejected;
     RejectionReason = reason;
     email.SubmissionRejection(this);
 }