Example #1
0
 public System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getValorEspecialResponse> getValorEspecialAsync(long in0, string in1, string in2)
 {
     ITSolution.Framework.WSBacen.getValorEspecialRequest inValue = new ITSolution.Framework.WSBacen.getValorEspecialRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     return(((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getValorEspecialAsync(inValue));
 }
Example #2
0
 public decimal getValorEspecial(long in0, string in1, string in2)
 {
     ITSolution.Framework.WSBacen.getValorEspecialRequest inValue = new ITSolution.Framework.WSBacen.getValorEspecialRequest();
     inValue.in0 = in0;
     inValue.in1 = in1;
     inValue.in2 = in2;
     ITSolution.Framework.WSBacen.getValorEspecialResponse retVal = ((ITSolution.Framework.WSBacen.FachadaWSSGS)(this)).getValorEspecial(inValue);
     return(retVal.getValorEspecialReturn);
 }
Example #3
0
 System.Threading.Tasks.Task <ITSolution.Framework.WSBacen.getValorEspecialResponse> ITSolution.Framework.WSBacen.FachadaWSSGS.getValorEspecialAsync(ITSolution.Framework.WSBacen.getValorEspecialRequest request)
 {
     return(base.Channel.getValorEspecialAsync(request));
 }
Example #4
0
 ITSolution.Framework.WSBacen.getValorEspecialResponse ITSolution.Framework.WSBacen.FachadaWSSGS.getValorEspecial(ITSolution.Framework.WSBacen.getValorEspecialRequest request)
 {
     return(base.Channel.getValorEspecial(request));
 }