Esempio n. 1
0
 public CancelBooking_V2Request(FormTestServices.Services_DatXe_ThanhCong_V2.Authentication Authentication, string dmn, int brand, string tickedID)
 {
     this.Authentication = Authentication;
     this.dmn            = dmn;
     this.brand          = brand;
     this.tickedID       = tickedID;
 }
Esempio n. 2
0
 public BookingTaxi_V2Request(
     FormTestServices.Services_DatXe_ThanhCong_V2.Authentication Authentication,
     string CustName,
     string Phone,
     string Addr,
     string VehType,
     int Qty,
     System.DateTime Time,
     string description,
     int brand,
     short src,
     string dmn,
     string lat,
     string lng,
     string senderID,
     string extension1,
     string extension2)
 {
     this.Authentication = Authentication;
     this.CustName       = CustName;
     this.Phone          = Phone;
     this.Addr           = Addr;
     this.VehType        = VehType;
     this.Qty            = Qty;
     this.Time           = Time;
     this.description    = description;
     this.brand          = brand;
     this.src            = src;
     this.dmn            = dmn;
     this.lat            = lat;
     this.lng            = lng;
     this.senderID       = senderID;
     this.extension1     = extension1;
     this.extension2     = extension2;
 }
Esempio n. 3
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. 4
0
 public BookingTaxiRequest(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)
 {
     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;
 }
Esempio n. 5
0
 public string BookingTaxi(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;
     FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxiResponse retVal = ((FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap)(this)).BookingTaxi(inValue);
     return(retVal.BookingTaxiResult);
 }
Esempio n. 6
0
 public string BookingTaxi_V2(
     FormTestServices.Services_DatXe_ThanhCong_V2.Authentication Authentication,
     string CustName,
     string Phone,
     string Addr,
     string VehType,
     int Qty,
     System.DateTime Time,
     string description,
     int brand,
     short src,
     string dmn,
     string lat,
     string lng,
     string senderID,
     string extension1,
     string extension2)
 {
     FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxi_V2Request inValue = new FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxi_V2Request();
     inValue.Authentication = Authentication;
     inValue.CustName       = CustName;
     inValue.Phone          = Phone;
     inValue.Addr           = Addr;
     inValue.VehType        = VehType;
     inValue.Qty            = Qty;
     inValue.Time           = Time;
     inValue.description    = description;
     inValue.brand          = brand;
     inValue.src            = src;
     inValue.dmn            = dmn;
     inValue.lat            = lat;
     inValue.lng            = lng;
     inValue.senderID       = senderID;
     inValue.extension1     = extension1;
     inValue.extension2     = extension2;
     FormTestServices.Services_DatXe_ThanhCong_V2.BookingTaxi_V2Response retVal = ((FormTestServices.Services_DatXe_ThanhCong_V2.TaxiOperation_ServicesSoap)(this)).BookingTaxi_V2(inValue);
     return(retVal.BookingTaxi_V2Result);
 }
Esempio n. 7
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));
 }