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