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