Exemplo n.º 1
0
 public BaseModel()
 {
     Success      = true;
     ErrorMessage = string.Empty;
     CreatedOn    = new InternalDateTime();
     ModifiedOn   = new InternalDateTime();
 }
Exemplo n.º 2
0
 public ConsultationModel()
 {
     ConsultationTime = new InternalDateTime();
 }
 public LogMessage()
 {
     CreationDate = new InternalDateTime();
 }