Exemple #1
0
 public wsSap.wsSolcartera.ZCMLMF_SOLCARTERAResponse ZCMLMF_SOLCARTERA(wsSap.wsSolcartera.ZCMLMF_SOLCARTERA ZCMLMF_SOLCARTERA1)
 {
     wsSap.wsSolcartera.ZCMLMF_SOLCARTERARequest inValue = new wsSap.wsSolcartera.ZCMLMF_SOLCARTERARequest();
     inValue.ZCMLMF_SOLCARTERA = ZCMLMF_SOLCARTERA1;
     wsSap.wsSolcartera.ZCMLMF_SOLCARTERAResponse1 retVal = ((wsSap.wsSolcartera.ZCMLMF_WF_SOLCARTERA_V8)(this)).ZCMLMF_SOLCARTERA(inValue);
     return(retVal.ZCMLMF_SOLCARTERAResponse);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <wsSap.wsSolcartera.ZCMLMF_SOLCARTERAResponse1> ZCMLMF_SOLCARTERAAsync(wsSap.wsSolcartera.ZCMLMF_SOLCARTERA ZCMLMF_SOLCARTERA)
 {
     wsSap.wsSolcartera.ZCMLMF_SOLCARTERARequest inValue = new wsSap.wsSolcartera.ZCMLMF_SOLCARTERARequest();
     inValue.ZCMLMF_SOLCARTERA = ZCMLMF_SOLCARTERA;
     return(((wsSap.wsSolcartera.ZCMLMF_WF_SOLCARTERA_V8)(this)).ZCMLMF_SOLCARTERAAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <wsSap.wsSolcartera.ZCMLMF_SOLCARTERAResponse1> wsSap.wsSolcartera.ZCMLMF_WF_SOLCARTERA_V8.ZCMLMF_SOLCARTERAAsync(wsSap.wsSolcartera.ZCMLMF_SOLCARTERARequest request)
 {
     return(base.Channel.ZCMLMF_SOLCARTERAAsync(request));
 }
Exemple #4
0
 wsSap.wsSolcartera.ZCMLMF_SOLCARTERAResponse1 wsSap.wsSolcartera.ZCMLMF_WF_SOLCARTERA_V8.ZCMLMF_SOLCARTERA(wsSap.wsSolcartera.ZCMLMF_SOLCARTERARequest request)
 {
     return(base.Channel.ZCMLMF_SOLCARTERA(request));
 }