Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WSGenericCodeUnit.FxProcessRHIntegration_Result> FxProcessRHIntegrationAsync(bool pPaymentAdvance)
 {
     WSGenericCodeUnit.FxProcessRHIntegration inValue = new WSGenericCodeUnit.FxProcessRHIntegration();
     inValue.pPaymentAdvance = pPaymentAdvance;
     return(((WSGenericCodeUnit.WsGeneric_Port)(this)).FxProcessRHIntegrationAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <WSGenericCodeUnit.FxProcessRHIntegration_Result> WSGenericCodeUnit.WsGeneric_Port.FxProcessRHIntegrationAsync(WSGenericCodeUnit.FxProcessRHIntegration request)
 {
     return(base.Channel.FxProcessRHIntegrationAsync(request));
 }