Beispiel #1
0
 public System.Threading.Tasks.Task <ITE.Teste.WSBacen.getValoresSeriesXMLResponse> getValoresSeriesXMLAsync(long[] in0, string in1, string in2)
 {
     ITE.Teste.WSBacen.getValoresSeriesXMLRequest inValue = new ITE.Teste.WSBacen.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((ITE.Teste.WSBacen.FachadaWSSGS)(this)).getValoresSeriesXMLAsync(inValue));
 }
Beispiel #2
0
 public string getValoresSeriesXML(long[] in0, string in1, string in2)
 {
     ITE.Teste.WSBacen.getValoresSeriesXMLRequest inValue = new ITE.Teste.WSBacen.getValoresSeriesXMLRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     ITE.Teste.WSBacen.getValoresSeriesXMLResponse retVal = ((ITE.Teste.WSBacen.FachadaWSSGS)(this)).getValoresSeriesXML(inValue);
     return(retVal.getValoresSeriesXMLReturn);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ITE.Teste.WSBacen.getValoresSeriesXMLResponse> ITE.Teste.WSBacen.FachadaWSSGS.getValoresSeriesXMLAsync(ITE.Teste.WSBacen.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXMLAsync(request));
 }
Beispiel #4
0
 ITE.Teste.WSBacen.getValoresSeriesXMLResponse ITE.Teste.WSBacen.FachadaWSSGS.getValoresSeriesXML(ITE.Teste.WSBacen.getValoresSeriesXMLRequest request)
 {
     return(base.Channel.getValoresSeriesXML(request));
 }