Example #1
0
function usuarioEnGestionAgendados($user, $pDB)
{
    $pInterfazdeAgente = new paloSantoInterfazdeAgente($pDB);
    return $pInterfazdeAgente->usuarioEnGestionAgendados($user);
}