Beispiel #1
0
 public GTA_PROJECT.ServiceReference.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     GTA_PROJECT.ServiceReference.getUltimosValoresSerieVORequest inValue = new GTA_PROJECT.ServiceReference.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     GTA_PROJECT.ServiceReference.getUltimosValoresSerieVOResponse retVal = ((GTA_PROJECT.ServiceReference.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
Beispiel #2
0
 GTA_PROJECT.ServiceReference.getUltimosValoresSerieVOResponse GTA_PROJECT.ServiceReference.FachadaWSSGS.getUltimosValoresSerieVO(GTA_PROJECT.ServiceReference.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }