Beispiel #1
0
 public GTA_PROJECT.ServiceReference.WSSerieVO[] getValoresSeriesVO(long[] in0, string in1, string in2)
 {
     GTA_PROJECT.ServiceReference.getValoresSeriesVORequest inValue = new GTA_PROJECT.ServiceReference.getValoresSeriesVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     GTA_PROJECT.ServiceReference.getValoresSeriesVOResponse retVal = ((GTA_PROJECT.ServiceReference.FachadaWSSGS)(this)).getValoresSeriesVO(inValue);
     return(retVal.getValoresSeriesVOReturn);
 }
Beispiel #2
0
 GTA_PROJECT.ServiceReference.getValoresSeriesVOResponse GTA_PROJECT.ServiceReference.FachadaWSSGS.getValoresSeriesVO(GTA_PROJECT.ServiceReference.getValoresSeriesVORequest request)
 {
     return(base.Channel.getValoresSeriesVO(request));
 }