Beispiel #1
0
 public System.Threading.Tasks.Task <CotacaoBcB.Net.WsBcb.getValoresSeriesVOResponse> getValoresSeriesVOAsync(long[] in0, string in1, string in2)
 {
     CotacaoBcB.Net.WsBcb.getValoresSeriesVORequest inValue = new CotacaoBcB.Net.WsBcb.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((CotacaoBcB.Net.WsBcb.FachadaWSSGS)(this)).getValoresSeriesVOAsync(inValue));
 }
Beispiel #2
0
 public CotacaoBcB.Net.WsBcb.WSSerieVO[] getValoresSeriesVO(long[] in0, string in1, string in2)
 {
     CotacaoBcB.Net.WsBcb.getValoresSeriesVORequest inValue = new CotacaoBcB.Net.WsBcb.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     CotacaoBcB.Net.WsBcb.getValoresSeriesVOResponse retVal = ((CotacaoBcB.Net.WsBcb.FachadaWSSGS)(this)).getValoresSeriesVO(inValue);
     return(retVal.getValoresSeriesVOReturn);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <CotacaoBcB.Net.WsBcb.getValoresSeriesVOResponse> CotacaoBcB.Net.WsBcb.FachadaWSSGS.getValoresSeriesVOAsync(CotacaoBcB.Net.WsBcb.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVOAsync(request));
 }
Beispiel #4
0
 CotacaoBcB.Net.WsBcb.getValoresSeriesVOResponse CotacaoBcB.Net.WsBcb.FachadaWSSGS.getValoresSeriesVO(CotacaoBcB.Net.WsBcb.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }