Beispiel #1
0
 public async Task <List <MedicineName> > GetMedicinesWithPrescriptionAsync() => _mapper.Map <List <MedicineName> >(await _medicineRepository.GetMedicinesWithPrescriptionAsync());