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