Beispiel #1
0
 public PatientEntity GetPatientById(PatientEntity patient)
 {
     return(data.GetPatientById(patient));
 }