Example #1
0
 public Task <List <SymptomDto> > ListSymptoms([FromQuery] FilterSymptomNameDto filter)
 => _diseaseService.ListSymptomsAsync(filter);