예제 #1
0
 public IActionResult Find([FromRoute] int diagnosisId)
 {
     return(Ok(_diagnosisService.Find(diagnosisId)));
 }