Esempio n. 1
0
 private object[] OnEndgestionaCuenta(System.IAsyncResult result)
 {
     Lite.ServiceGestionCuentas1.InfoCuenta retVal = this.EndgestionaCuenta(result);
     return(new object[] {
         retVal
     });
 }
Esempio n. 2
0
 public gestionaCuentaResponse(Lite.ServiceGestionCuentas1.InfoCuenta WsGestionaInfoCuentasRS)
 {
     this.WsGestionaInfoCuentasRS = WsGestionaInfoCuentasRS;
 }