Example #1
0
 public void DeletePatient(Patient patient)
 {
     DLObj.DeletePatient(patient);
 }