Exemple #1
0
 public int CountLocations([FromQuery] string searchVal)
 {
     return(_locationService.CountLocations(searchVal));
 }