Ejemplo n.º 1
0
        /// <summary>
        /// 更新所有用户的帖子数
        /// </summary>
        /// <param name="postTableId"></param>
        public static void UpdateAllUserPostCount(int postTableId)
        {
            DatabaseProvider.GetInstance().UpdateAllUserPostCount(postTableId);

            if (appDBCache)
                IUserService.UpdateAllUserPostCount(postTableId);
        }