Exemplo n.º 1
0
 public void AddPatient(Patient patient)
 {
     _patientBusinessLogic.Insert(patient);
 }