Exemple #1
0
 public LogElementCheckMail(Registro registro,
                            MailAccountCheckResponse checkResponse)
 {
     this.CodiceRegistro = registro.codRegistro;
     this.MailRegistro   = registro.email;
     this.CheckResponse  = checkResponse;
 }
Exemple #2
0
 public LogElementCheckMail(Registro registro,
                            MailAccountCheckResponse checkResponse,
                            DateTime logDateTime) : this(registro, checkResponse)
 {
     this.LogDateTime = logDateTime;
 }