Пример #1
0
 public string GetDomain(TaxiOperation_WebTest.Demo.Authentication Authentication)
 {
     TaxiOperation_WebTest.Demo.GetDomainRequest inValue = new TaxiOperation_WebTest.Demo.GetDomainRequest();
     inValue.Authentication = Authentication;
     TaxiOperation_WebTest.Demo.GetDomainResponse retVal = ((TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap)(this)).GetDomain(inValue);
     return(retVal.GetDomainResult);
 }
Пример #2
0
 public BookingTaxiRequest(TaxiOperation_WebTest.Demo.Authentication Authentication, string tenKH, string phone, string dcDon, string loaiXe, int sl, string dcTra, string ghiChu, System.DateTime tgDon, string email)
 {
     this.Authentication = Authentication;
     this.tenKH          = tenKH;
     this.phone          = phone;
     this.dcDon          = dcDon;
     this.loaiXe         = loaiXe;
     this.sl             = sl;
     this.dcTra          = dcTra;
     this.ghiChu         = ghiChu;
     this.tgDon          = tgDon;
     this.email          = email;
 }
Пример #3
0
 public string BookingTaxi(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;
     TaxiOperation_WebTest.Demo.BookingTaxiResponse retVal = ((TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap)(this)).BookingTaxi(inValue);
     return(retVal.BookingTaxiResult);
 }
Пример #4
0
 public System.Threading.Tasks.Task <TaxiOperation_WebTest.Demo.GetDomainResponse> GetDomainAsync(TaxiOperation_WebTest.Demo.Authentication Authentication)
 {
     TaxiOperation_WebTest.Demo.GetDomainRequest inValue = new TaxiOperation_WebTest.Demo.GetDomainRequest();
     inValue.Authentication = Authentication;
     return(((TaxiOperation_WebTest.Demo.TaxiOperation_ServicesSoap)(this)).GetDomainAsync(inValue));
 }
Пример #5
0
 public GetDomainRequest(TaxiOperation_WebTest.Demo.Authentication Authentication)
 {
     this.Authentication = Authentication;
 }