public function mostrarReportesFechasAfiliacionSede($datos) { $o_DReporte = new DReporte(); $respuesta = $o_DReporte->mostrarReportesFechasAfiliacionSede($datos); return $respuesta; }