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