Ejemplo n.º 1
0
 public async Task <IEnumerable <VaccineDto> > GetVaccinesByPartAsync(string bodypart)
 {
     return(await _service.GetVaccinesAsyncByPartAsync(bodypart));
 }