Exemplo n.º 1
0
 public MedicalRecord GetMedicalRecordByPatient(Patient patient)
 => _medicalRecordService.GetPatientMedicalRecord(patient);