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