public function obtenerDatosEmpresaGeneraelRecibo($codigoEmpresa) { $o_DReporte = new DReporte(); $respuesta = $o_DReporte->getDatosEmpresaGeneraelRecibo($codigoEmpresa); return $respuesta; }