예제 #1
0
 public BookingTaxiRequest(FormTestServices.Server_BookingTaxi_ThanhCong.Authentication Authentication, string CustName, string Phone, string Addr, string VehType, int Qty, System.DateTime Time, string GhiChu, int brand, short src, string dmn)
 {
     this.Authentication = Authentication;
     this.CustName       = CustName;
     this.Phone          = Phone;
     this.Addr           = Addr;
     this.VehType        = VehType;
     this.Qty            = Qty;
     this.Time           = Time;
     this.GhiChu         = GhiChu;
     this.brand          = brand;
     this.src            = src;
     this.dmn            = dmn;
 }
예제 #2
0
 public string BookingTaxi(FormTestServices.Server_BookingTaxi_ThanhCong.Authentication Authentication, string CustName, string Phone, string Addr, string VehType, int Qty, System.DateTime Time, string GhiChu, int brand, short src, string dmn)
 {
     FormTestServices.Server_BookingTaxi_ThanhCong.BookingTaxiRequest inValue = new FormTestServices.Server_BookingTaxi_ThanhCong.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;
     FormTestServices.Server_BookingTaxi_ThanhCong.BookingTaxiResponse retVal = ((FormTestServices.Server_BookingTaxi_ThanhCong.TaxiOperation_ServicesSoap)(this)).BookingTaxi(inValue);
     return(retVal.BookingTaxiResult);
 }