Пример #1
0
 public async Task LoadData()
 {
     Restaurants = await _restaurantAppService.GetRestaurants();
 }