Example #1
0
 public System.Threading.Tasks.Task <CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVOResponse> getUltimosValoresSerieVOAsync(long in0, long in1)
 {
     CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVORequest inValue = new CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((CotacaoBcB.Net.WsBcb.FachadaWSSGS)(this)).getUltimosValoresSerieVOAsync(inValue));
 }
Example #2
0
 public CotacaoBcB.Net.WsBcb.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVORequest inValue = new CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVOResponse retVal = ((CotacaoBcB.Net.WsBcb.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
Example #3
0
 System.Threading.Tasks.Task <CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVOResponse> CotacaoBcB.Net.WsBcb.FachadaWSSGS.getUltimosValoresSerieVOAsync(CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVOAsync(request));
 }
Example #4
0
 CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVOResponse CotacaoBcB.Net.WsBcb.FachadaWSSGS.getUltimosValoresSerieVO(CotacaoBcB.Net.WsBcb.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }