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