示例#1
0
 public MedicalRecord GetByPatient(int patientId)
 {
     return(_medicalRecordRepository.GetByPatient(patientId));
 }