Example #1
0
 public void Save(PatientDetails patientDetails)
 {
     _patientDemoBusinessLayer.AddPatient(patientDetails);
 }