Exemplo n.º 1
0
 public System.Threading.Tasks.Task <TaxiOperation_WebTest.Demo.BookingTaxiResponse> BookingTaxiAsync(TaxiOperation_WebTest.Demo.Authentication Authentication, string tenKH, string phone, string dcDon, string loaiXe, int sl, string dcTra, string ghiChu, System.DateTime tgDon, string email)
 {
     TaxiOperation_WebTest.Demo.BookingTaxiRequest inValue = new TaxiOperation_WebTest.Demo.BookingTaxiRequest();
     inValue.Authentication = Authentication;
     inValue.tenKH          = tenKH;
     inValue.phone          = phone;
     inValue.dcDon          = dcDon;
     inValue.loaiXe         = loaiXe;
     inValue.sl             = sl;
     inValue.dcTra          = dcTra;
     inValue.ghiChu         = ghiChu;
     inValue.tgDon          = tgDon;
     inValue.email          = email;
     return(((TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap)(this)).BookingTaxiAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <TaxiOperation_WebTest.Demo.BookingTaxiResponse> TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap.BookingTaxiAsync(TaxiOperation_WebTest.Demo.BookingTaxiRequest request)
 {
     return(base.Channel.BookingTaxiAsync(request));
 }
Exemplo n.º 3
0
 TaxiOperation_WebTest.Demo.BookingTaxiResponse TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap.BookingTaxi(TaxiOperation_WebTest.Demo.BookingTaxiRequest request)
 {
     return(base.Channel.BookingTaxi(request));
 }