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