public void OnGet() { Locations = locationData.GetAll(); }
public void OnGet(string searchTerm) { Locations = locationData.GetAll(searchTerm); }