Beispiel #1
0
 public void InsertIntoAppointment(AppointmentEntity appointment)
 {
     data.InsertIntoAppointment(appointment);
 }