예제 #1
0
 public int CountDiagnoses([FromQuery] string searchVal)
 {
     return(_diagnosisService.CountDiagnoses(searchVal));
 }