Exemple #1
0
 public System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getValorResponse> getValorAsync(long in0, string in1)
 {
     ITSolution.Framework.WSBacen.getValorRequest inValue = new ITSolution.Framework.WSBacen.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     return(((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getValorAsync(inValue));
 }
Exemple #2
0
 public decimal getValor(long in0, string in1)
 {
     ITSolution.Framework.WSBacen.getValorRequest inValue = new ITSolution.Framework.WSBacen.getValorRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     ITSolution.Framework.WSBacen.getValorResponse retVal = ((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getValor(inValue);
     return(retVal.getValorReturn);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getValorResponse> ITSolution.Framework.WSBacen.FachadaWSSGS.getValorAsync(ITSolution.Framework.WSBacen.getValorRequest request)
 {
     return(base.Channel.getValorAsync(request));
 }
Exemple #4
0
 ITSolution.Framework.WSBacen.getValorResponse ITSolution.Framework.WSBacen.FachadaWSSGS.getValor(ITSolution.Framework.WSBacen.getValorRequest request)
 {
     return(base.Channel.getValor(request));
 }