コード例 #1
0
 public ESIDIFAcumuladores.service.acumuladoresCreditoConsulta acumuladoresCreditoIndicativa(ESIDIFAcumuladores.service.imputacionCreditoConsulta imputacionCreditoConsulta)
 {
     ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaRequest inValue = new ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaRequest();
     inValue.imputacionCreditoConsulta = imputacionCreditoConsulta;
     ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaResponse retVal = ((ESIDIFAcumuladores.service.estadoAcumuladoresCreditoService)(this)).acumuladoresCreditoIndicativa(inValue);
     return(retVal.acumuladoresCreditoIndicativa);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaResponse> acumuladoresCreditoIndicativaAsync(ESIDIFAcumuladores.service.imputacionCreditoConsulta imputacionCreditoConsulta)
 {
     ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaRequest inValue = new ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaRequest();
     inValue.imputacionCreditoConsulta = imputacionCreditoConsulta;
     return(((ESIDIFAcumuladores.service.estadoAcumuladoresCreditoService)(this)).acumuladoresCreditoIndicativaAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaResponse> ESIDIFAcumuladores.service.estadoAcumuladoresCreditoService.acumuladoresCreditoIndicativaAsync(ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaRequest request)
 {
     return(base.Channel.acumuladoresCreditoIndicativaAsync(request));
 }
コード例 #4
0
 ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaResponse ESIDIFAcumuladores.service.estadoAcumuladoresCreditoService.acumuladoresCreditoIndicativa(ESIDIFAcumuladores.service.acumuladoresCreditoIndicativaRequest request)
 {
     return(base.Channel.acumuladoresCreditoIndicativa(request));
 }