Пример #1
0
 public System.Threading.Tasks.Task <MyFinance.Core.WSSGS.getUltimosValoresSerieVOResponse> getUltimosValoresSerieVOAsync(long in0, long in1)
 {
     MyFinance.Core.WSSGS.getUltimosValoresSerieVORequest inValue = new MyFinance.Core.WSSGS.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((MyFinance.Core.WSSGS.FachadaWSSGS)(this)).getUltimosValoresSerieVOAsync(inValue));
 }
Пример #2
0
 public MyFinance.Core.WSSGS.WSSerieVO getUltimosValoresSerieVO(long in0, long in1)
 {
     MyFinance.Core.WSSGS.getUltimosValoresSerieVORequest inValue = new MyFinance.Core.WSSGS.getUltimosValoresSerieVORequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     MyFinance.Core.WSSGS.getUltimosValoresSerieVOResponse retVal = ((MyFinance.Core.WSSGS.FachadaWSSGS)(this)).getUltimosValoresSerieVO(inValue);
     return(retVal.getUltimosValoresSerieVOReturn);
 }
Пример #3
0
 System.Threading.Tasks.Task <MyFinance.Core.WSSGS.getUltimosValoresSerieVOResponse> MyFinance.Core.WSSGS.FachadaWSSGS.getUltimosValoresSerieVOAsync(MyFinance.Core.WSSGS.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVOAsync(request));
 }
Пример #4
0
 MyFinance.Core.WSSGS.getUltimosValoresSerieVOResponse MyFinance.Core.WSSGS.FachadaWSSGS.getUltimosValoresSerieVO(MyFinance.Core.WSSGS.getUltimosValoresSerieVORequest request)
 {
     return(base.Channel.getUltimosValoresSerieVO(request));
 }