Пример #1
0
        private async void DriverBookingAccept()
        {
            IsLoading = true;
            WebConnection webconnection = new WebConnection();

            webconnection.On_ResponseRecived += Webconnection_OnBookingAccept_ResponseRecived;
            await webconnection.DriverBookingAccept(BookingInfo.user_id, BookingInfo.booking_id);
        }