Пример #1
0
 public Patient[] GetatientsByName(string patientName)
 {
     return(_service.GetPatientsByName(patientName));
 }