예제 #1
0
        public static AjaxResult DeleteUserCommunityRef(string User)
        {
            UserInfoHelper helper = new UserInfoHelper();

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