Ejemplo n.º 1
0
 public async Task <IEnumerable <PrescriptionObjectDto> > GetAllAsync()
 {
     return((await prescriptionsRepository.GetAllAsync()).Select(r => r.Map()));
 }