Ejemplo n.º 1
0
 public Lite.ServiceGestionCuentas1.gestionaCuentaResponse EndgestionaCuenta(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Lite.ServiceGestionCuentas1.gestionaCuentaResponse _result = ((Lite.ServiceGestionCuentas1.gestionaCuentaResponse)(base.EndInvoke("gestionaCuenta", _args, result)));
     return(_result);
 }
Ejemplo n.º 2
0
 private Lite.ServiceGestionCuentas1.InfoCuenta EndgestionaCuenta(System.IAsyncResult result)
 {
     Lite.ServiceGestionCuentas1.gestionaCuentaResponse retVal = ((Lite.ServiceGestionCuentas1.WsGestionaInfoCuentasPortType)(this)).EndgestionaCuenta(result);
     return(retVal.WsGestionaInfoCuentasRS);
 }