Beispiel #1
0
 public System.Threading.Tasks.Task <MomondoClient.MomondoService.GetSupplierProductsExResponse> GetSupplierProductsExAsync(string orig, string dest, System.DateTime departDate, System.Nullable <System.DateTime> returnDate, bool oneway)
 {
     MomondoClient.MomondoService.GetSupplierProductsExRequest inValue = new MomondoClient.MomondoService.GetSupplierProductsExRequest();
     inValue.orig       = orig;
     inValue.dest       = dest;
     inValue.departDate = departDate;
     inValue.returnDate = returnDate;
     inValue.oneway     = oneway;
     return(((MomondoClient.MomondoService.MomondoWSSoap)(this)).GetSupplierProductsExAsync(inValue));
 }
Beispiel #2
0
 public string GetSupplierProductsEx(string orig, string dest, System.DateTime departDate, System.Nullable <System.DateTime> returnDate, bool oneway)
 {
     MomondoClient.MomondoService.GetSupplierProductsExRequest inValue = new MomondoClient.MomondoService.GetSupplierProductsExRequest();
     inValue.orig       = orig;
     inValue.dest       = dest;
     inValue.departDate = departDate;
     inValue.returnDate = returnDate;
     inValue.oneway     = oneway;
     MomondoClient.MomondoService.GetSupplierProductsExResponse retVal = ((MomondoClient.MomondoService.MomondoWSSoap)(this)).GetSupplierProductsEx(inValue);
     return(retVal.GetSupplierProductsExResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <MomondoClient.MomondoService.GetSupplierProductsExResponse> MomondoClient.MomondoService.MomondoWSSoap.GetSupplierProductsExAsync(MomondoClient.MomondoService.GetSupplierProductsExRequest request)
 {
     return(base.Channel.GetSupplierProductsExAsync(request));
 }
Beispiel #4
0
 MomondoClient.MomondoService.GetSupplierProductsExResponse MomondoClient.MomondoService.MomondoWSSoap.GetSupplierProductsEx(MomondoClient.MomondoService.GetSupplierProductsExRequest request)
 {
     return(base.Channel.GetSupplierProductsEx(request));
 }