示例#1
0
 public async Task <MedicalRecord> FindByPatientIdAsync(int id)
 {
     return(await _medicalRecordRepository.FindByPatientIdAsync(id));
 }