Exemplo n.º 1
0
 public System.Threading.Tasks.Task <DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVOResponse> getUltimosValoresSerieVOAsync(long in0, long in1)
 {
     DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVORequest inValue = new DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((DallEX.io.View.FachadaWSSGS.FachadaWSSGS)(this)).getUltimosValoresSerieVOAsync(inValue));
 }
Exemplo n.º 2
0
 public DallEX.io.View.FachadaWSSGS.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVORequest inValue = new DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVOResponse retVal = ((DallEX.io.View.FachadaWSSGS.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVOResponse> DallEX.io.View.FachadaWSSGS.FachadaWSSGS.getUltimosValoresSerieVOAsync(DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVOAsync(request));
 }
Exemplo n.º 4
0
 DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVOResponse DallEX.io.View.FachadaWSSGS.FachadaWSSGS.getUltimosValoresSerieVO(DallEX.io.View.FachadaWSSGS.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }