Esempio n. 1
0
 public void OnGet()
 {
     Restaurants = restaurantData.GetAllByName(SearchTerm);
 }
Esempio n. 2
0
 public void OnGet()
 {
     Message     = "Restaurants List";
     Restaurants = _restaurantData.GetAllByName(SearchTerm);
 }