Example #1
0
 /// <summary>
 /// Loads a list of all the current reservations.
 /// </summary>
 public async void Loaded()
 {
     Reservations = await _reservationRepo.GetTablesToObservableCollectionAsync().ConfigureAwait(false);
 }