Пример #1
0
 public async void LoadGuests()
 {
     GuestList = await PersistencyService.GetAllGuests();
 }