require_once "ActionMantenimientoGeneral.php"; $o_ActionMant = new ActionMantenimientoGeneral(); $datos = array(); $datos["p1"] = $parametros["p2"]; $datos["p2"] = $parametros["p3"]; $datos["p3"] = $parametros["p4"]; $resultado = $o_ActionMant->guardarAlmacen($datos); break; case 'BusquedaAmbiteFisico': require_once "ActionMantenimientoGeneral.php"; $o_ActionMant = new ActionMantenimientoGeneral(); $datos = array(); $datos["p1"] = $parametros["p2"]; $datos["p2"] = $parametros["p3"]; $datos["p3"] = $parametros["p4"]; $resultado = $o_ActionMant->guardarAlmacen($datos); break; case 'asignarSedeArea': require_once "ActionRrhh.php"; $o_ActionRrhh = new ActionRrhh(); $datos = array(); $datos["idArea"] = $parametros["p2"]; //idarea $datos["idSedeEmpresa"] = $parametros["p3"]; //idsedearea $resultado = $o_ActionRrhh->asignarSedeArea($datos); break; case 'asignacionEmpleadosxSubAreas': require_once "ActionRrhh.php"; $o_ActionRrhh = new ActionRrhh(); $resultado = $o_ActionRrhh->asignacionEmpleadosxSubAreas();