Esempio n. 1
0
 public void FillViewList(int id)
 {
     BookingList.ItemsSource = Bctr.GetAllBookingsByUserID(id);
 }