示例#1
0
 public System.Threading.Tasks.Task <Teller.IntegradorReal.getCuentaResponse> getCuentaAsync(string cedula)
 {
     Teller.IntegradorReal.getCuentaRequest inValue = new Teller.IntegradorReal.getCuentaRequest();
     inValue.Body        = new Teller.IntegradorReal.getCuentaRequestBody();
     inValue.Body.cedula = cedula;
     return(((Teller.IntegradorReal.IntegradorSoap)(this)).getCuentaAsync(inValue));
 }
示例#2
0
 public Teller.IntegradorReal.Cuenta getCuenta(string cedula)
 {
     Teller.IntegradorReal.getCuentaRequest inValue = new Teller.IntegradorReal.getCuentaRequest();
     inValue.Body        = new Teller.IntegradorReal.getCuentaRequestBody();
     inValue.Body.cedula = cedula;
     Teller.IntegradorReal.getCuentaResponse retVal = ((Teller.IntegradorReal.IntegradorSoap)(this)).getCuenta(inValue);
     return(retVal.Body.getCuentaResult);
 }
示例#3
0
 System.Threading.Tasks.Task <Teller.IntegradorReal.getCuentaResponse> Teller.IntegradorReal.IntegradorSoap.getCuentaAsync(Teller.IntegradorReal.getCuentaRequest request)
 {
     return(base.Channel.getCuentaAsync(request));
 }
示例#4
0
 Teller.IntegradorReal.getCuentaResponse Teller.IntegradorReal.IntegradorSoap.getCuenta(Teller.IntegradorReal.getCuentaRequest request)
 {
     return(base.Channel.getCuenta(request));
 }