예제 #1
0
 public IActionResult topSymptoms()
 {
     return(Ok(_symptomService.TopThreeSymptoms()));
 }