Exemple #1
0
 public System.Threading.Tasks.Task <FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiResponse> BookingTaxiAsync(FormTestServices.Services_DatXe_ThanhCong_V2.Authentication Authentication, string CustName, string Phone, string Addr, string VehType, int Qty, System.DateTime Time, string GhiChu, int brand, short src, string dmn)
 {
     FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiRequest inValue = new FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiRequest();
     inValue.Authentication = Authentication;
     inValue.CustName       = CustName;
     inValue.Phone          = Phone;
     inValue.Addr           = Addr;
     inValue.VehType        = VehType;
     inValue.Qty            = Qty;
     inValue.Time           = Time;
     inValue.GhiChu         = GhiChu;
     inValue.brand          = brand;
     inValue.src            = src;
     inValue.dmn            = dmn;
     return(((FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap)(this)).BookingTaxiAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiResponse> FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap.BookingTaxiAsync(FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiRequest request)
 {
     return(base.Channel.BookingTaxiAsync(request));
 }
Exemple #3
0
 FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiResponse FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap.BookingTaxi(FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiRequest request)
 {
     return(base.Channel.BookingTaxi(request));
 }