Example #1
0
        public virtual void SetRanksByOther(long id)
        {
            SiteRankOther otherRank = roleService.GetRankOtherById(id);

            roleService.UpdateRankByOther(otherRank);
            log(SiteLogString.SetRanksByOther());

            echoToParentPart(lang("opok"));
        }