Example #1
0
 public void OnGet()
 {
     Message     = config["Message"];
     Restaurants = restaurant.GetRestaurantByName(SearchTerm);
 }