示例#1
0
 public int CountPatients([FromQuery] string searchVal)
 {
     return(_patientService.CountPatients(searchVal));
 }