Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <wfaCotarMoeda.wsCotacao.getValoresSeriesXMLResponse> getValoresSeriesXMLAsync(long[] in0, string in1, string in2)
 {
     wfaCotarMoeda.wsCotacao.getValoresSeriesXMLRequest inValue = new wfaCotarMoeda.wsCotacao.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((wfaCotarMoeda.wsCotacao.FachadaWSSGS)(this)).getValoresSeriesXMLAsync(inValue));
 }
Ejemplo n.º 2
0
 public string getValoresSeriesXML(long[] in0, string in1, string in2)
 {
     wfaCotarMoeda.wsCotacao.getValoresSeriesXMLRequest inValue = new wfaCotarMoeda.wsCotacao.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     wfaCotarMoeda.wsCotacao.getValoresSeriesXMLResponse retVal = ((wfaCotarMoeda.wsCotacao.FachadaWSSGS)(this)).getValoresSeriesXML(inValue);
     return(retVal.getValoresSeriesXMLReturn);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <wfaCotarMoeda.wsCotacao.getValoresSeriesXMLResponse> wfaCotarMoeda.wsCotacao.FachadaWSSGS.getValoresSeriesXMLAsync(wfaCotarMoeda.wsCotacao.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXMLAsync(request));
 }
Ejemplo n.º 4
0
 wfaCotarMoeda.wsCotacao.getValoresSeriesXMLResponse wfaCotarMoeda.wsCotacao.FachadaWSSGS.getValoresSeriesXML(wfaCotarMoeda.wsCotacao.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXML(request));
 }