예제 #1
0
 public System.Threading.Tasks.Task <Teller.Integrador.getCuentaResponse> getCuentaAsync(int id)
 {
     Teller.Integrador.getCuentaRequest inValue = new Teller.Integrador.getCuentaRequest();
     inValue.Body    = new Teller.Integrador.getCuentaRequestBody();
     inValue.Body.id = id;
     return(((Teller.Integrador.TellerServicesSoap)(this)).getCuentaAsync(inValue));
 }
예제 #2
0
 public Teller.Integrador.Cuenta getCuenta(int id)
 {
     Teller.Integrador.getCuentaRequest inValue = new Teller.Integrador.getCuentaRequest();
     inValue.Body    = new Teller.Integrador.getCuentaRequestBody();
     inValue.Body.id = id;
     Teller.Integrador.getCuentaResponse retVal = ((Teller.Integrador.TellerServicesSoap)(this)).getCuenta(inValue);
     return(retVal.Body.getCuentaResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <Teller.Integrador.getCuentaResponse> Teller.Integrador.TellerServicesSoap.getCuentaAsync(Teller.Integrador.getCuentaRequest request)
 {
     return(base.Channel.getCuentaAsync(request));
 }
예제 #4
0
 Teller.Integrador.getCuentaResponse Teller.Integrador.TellerServicesSoap.getCuenta(Teller.Integrador.getCuentaRequest request)
 {
     return(base.Channel.getCuenta(request));
 }