Пример #1
0
 public System.Threading.Tasks.Task <CotacaoBcB.Net.WsBcb.getValoresSeriesXMLResponse> getValoresSeriesXMLAsync(long[] in0, string in1, string in2)
 {
     CotacaoBcB.Net.WsBcb.getValoresSeriesXMLRequest inValue = new CotacaoBcB.Net.WsBcb.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((CotacaoBcB.Net.WsBcb.FachadaWSSGS)(this)).getValoresSeriesXMLAsync(inValue));
 }
Пример #2
0
 public string getValoresSeriesXML(long[] in0, string in1, string in2)
 {
     CotacaoBcB.Net.WsBcb.getValoresSeriesXMLRequest inValue = new CotacaoBcB.Net.WsBcb.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     CotacaoBcB.Net.WsBcb.getValoresSeriesXMLResponse retVal = ((CotacaoBcB.Net.WsBcb.FachadaWSSGS)(this)).getValoresSeriesXML(inValue);
     return(retVal.getValoresSeriesXMLReturn);
 }
Пример #3
0
 System.Threading.Tasks.Task <CotacaoBcB.Net.WsBcb.getValoresSeriesXMLResponse> CotacaoBcB.Net.WsBcb.FachadaWSSGS.getValoresSeriesXMLAsync(CotacaoBcB.Net.WsBcb.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXMLAsync(request));
 }
Пример #4
0
 CotacaoBcB.Net.WsBcb.getValoresSeriesXMLResponse CotacaoBcB.Net.WsBcb.FachadaWSSGS.getValoresSeriesXML(CotacaoBcB.Net.WsBcb.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXML(request));
 }