Esempio n. 1
0
 public System.Threading.Tasks.Task <FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Response> CancelBooking_V2Async(FormTestServices.Services_DatXe_ThanhCong_V2.Authentication Authentication, string dmn, int brand, string tickedID)
 {
     FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Request inValue = new FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Request();
     inValue.Authentication = Authentication;
     inValue.dmn            = dmn;
     inValue.brand          = brand;
     inValue.tickedID       = tickedID;
     return(((FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap)(this)).CancelBooking_V2Async(inValue));
 }
Esempio n. 2
0
 public string CancelBooking_V2(FormTestServices.Services_DatXe_ThanhCong_V2.Authentication Authentication, string dmn, int brand, string tickedID)
 {
     FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Request inValue = new FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Request();
     inValue.Authentication = Authentication;
     inValue.dmn            = dmn;
     inValue.brand          = brand;
     inValue.tickedID       = tickedID;
     FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Response retVal = ((FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap)(this)).CancelBooking_V2(inValue);
     return(retVal.CancelBooking_V2Result);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Response> FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap.CancelBooking_V2Async(FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Request request)
 {
     return(base.Channel.CancelBooking_V2Async(request));
 }
Esempio n. 4
0
 FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Response FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap.CancelBooking_V2(FormTestServices.Services_DatXe_ThanhCong_V2.CancelBooking_V2Request request)
 {
     return(base.Channel.CancelBooking_V2(request));
 }