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