Ejemplo n.º 1
0
function listaEstablecimientos()
{
    $establecimiento = new Establecimiento();
    return $establecimiento->listar();
}