Beispiel #1
0
 public string GetRedoMsg()
 {
     return(RedoStringGenerator.ForAddedEvent(patient,
                                              addAppointmentCommand.AggregateId.Date,
                                              addAppointmentCommand.StartTime,
                                              addAppointmentCommand.EndTime));
 }