Exemplo n.º 1
0
 public IActionResult symptomCount()
 {
     return(Ok(_symptomService.UniqueSymptomsCount()));
 }