Exemple #1
0
 public void InsertIntoDoctor(DoctorEntity doctor)
 {
     data.InsertIntoDoctor(doctor);
 }