Beispiel #1
0
        public static AjaxResult DeleteUserAreaRef(string User)
        {
            UserInfoHelper helper = new UserInfoHelper();

            helper.DeleteRelationShip(User);
            return(AjaxResult.Success());
        }