Пример #1
0
 public void RegisterPatient(Patient patient)
 {
     _service.PatientRegistration(patient);
 }