예제 #1
0
 public IActionResult GetNextQuestion([FromBody] AnswersDTO input)
 {
     return(Ok(_symptomService.GetNextQuestion(input)));
 }