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