コード例 #1
0
 public int CountAppointments([FromQuery] string searchVal)
 {
     return(_appointmentService.CountAppointments(searchVal));
 }