<?php
require_once 'MECON/Dependencia.php';
require_once 'MECON/Agente.php';
-require_once 'Servicios/Legajos/Estudios.php';
-require_once 'Servicios/Legajos/ExperienciaLaboral.php';
-require_once 'Servicios/Legajos/Familiares.php';
+require_once 'MECON/Legajos/Estudios.php';
+require_once 'MECON/Legajos/ExperienciaLaboral.php';
+require_once 'MECON/Legajos/Familiares.php';
require_once 'HTML/Table.php';
require_once 'MECON/HTML/Tabla.php';
require_once 'MECON/HTML/Image.php';
exit;
}
-$estudios = new Servicios_Legajos_Estudios($nrodoc);
-$antiguedad = new Servicios_Legajos_ExperienciaLaboral($nrodoc);
-$familiares = new Servicios_Legajos_Familiares($nrodoc);
+$estudios = new MECON_Legajos_Estudios($DB,$nrodoc);
+$antiguedad = new MECON_Legajos_ExperienciaLaboral($DB,$nrodoc);
+$familiares = new MECON_Legajos_Familiares($DB,$nrodoc);
if(!preg_match('/^CON/',$agente->getTipo()))
{