public function aCargarDatosLeyenda($datos) { $o_LCita = new LCita(); $rs = $o_LCita->lCargarDatosLeyenda($datos); return $rs; }