Exemple #1
0
 public async Task <IEnumerable <MedicalRecordViewRes> > GetMedicalRecordByCustomerId(string customerId)
 {
     return(await _medicalRecordRepository.GetMedicalRecordByCustomerId(customerId));
 }