public bool RadioInitTrip( System.Guid bookId, Taxi.Services.ServiceG5.AddressInfo from, Taxi.Services.ServiceG5.AddressInfo to, string note, byte quantity, byte carType, byte customerType, string phone, Taxi.Services.ServiceG5.VehicleOption[] vehicleOptions, Taxi.Services.ServiceG5.LatLng currentLatLng, string[] lstVehiclesDeny, string[] vehiclesOkDone, string[] vehiclesOkFail, Taxi.Services.ServiceG5.ConfirmDoneBook state, Taxi.Services.ServiceG5.BookTripType bookTripType, int money, float distance, Taxi.Services.ServiceG5.Direction direction, int moneyExtend, int moneyExtendByTime) { return(base.Channel.RadioInitTrip(bookId, from, to, note, quantity, carType, customerType, phone, vehicleOptions, currentLatLng, lstVehiclesDeny, vehiclesOkDone, vehiclesOkFail, state, bookTripType, money, distance, direction, moneyExtend, moneyExtendByTime)); }
public bool SendConfirmDoneBook(System.Guid bookId, string vehiclePlate, Taxi.Services.ServiceG5.ConfirmDoneBook state) { return(base.Channel.SendConfirmDoneBook(bookId, vehiclePlate, state)); }