Exemple #1
0
 public async Task <IEnumerable <MedicalRecordViewModel> > GetByPatientId(Guid patientId)
 {
     return(_mapper.Map <IEnumerable <MedicalRecordViewModel> >(_medicalRecordRepository.GetByPatientId(patientId)));
 }