Ejemplo n.º 1
0
function verificarGestionAnterior($id_campania_cliente, $pDB)
{
    $pInterfazdeAgente = new paloSantoInterfazdeAgente($pDB);
    $arrValoresGestionAnterior = $pInterfazdeAgente->verificarGestionAnterior($id_campania_cliente);
    return $arrValoresGestionAnterior;
}