Exemplo n.º 1
0
 public AppointmentScheduledEvent(AppointmentDTO appointment) : this()
 {
     AppointmentScheduled = appointment;
 }
 public AppointmentScheduledEvent(AppointmentDTO appointment)
     : this()
 {
     AppointmentScheduled = appointment;
 }