Ejemplo n.º 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);
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 3
0
 public acumuladoresCreditoIndicativaRequest(ESIDIFAcumuladores.service.imputacionCreditoConsulta imputacionCreditoConsulta)
 {
     this.imputacionCreditoConsulta = imputacionCreditoConsulta;
 }