<?php

include_once './cad/DAL/Connection.php';
include_once './cad/BLL/ClasePersonaBLL.php';
include_once './cad/DTO/ClasePersona.php';
$id = $_REQUEST["id"];
$personaBLL = new PersonaBLL();
$objPersona = $personaBLL->select($id);
?>
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
        
    </body>
</html>