Example #1
0
function guardarGestion($DATA, $pDB)
{
    $pInterfazdeAgente = new paloSantoInterfazdeAgente($pDB);
    $pInterfazdeAgente->guardarGestion($DATA, $_SESSION['elastix_user']);
}