Esempio n. 1
0
        public async void GetAllAppointments()
        {
            UpdateClientAppointmentViewModel.appointments = await aPIServices.GetAllAppointmentAsync();

            appointmentListview.ItemsSource = await aPIServices.GetAllAppointmentAsync();
        } //clientappointmentViewModel.appointments = await aPIServices.GetAllAppointmentAsync();