Пример #1
0
 public int CountLocations(string searchVal)
 {
     return(_locationRepository.CountLocations(searchVal));
 }