예제 #1
0
 public IActionResult CheckSymptoms([FromBody] List <string> list)
 {
     return(Ok(_symptomService.CheckSymptoms(list)));
 }