예제 #1
0
        /// <summary>
        /// 获取系统通知信息
        /// </summary>
        /// <param name="user"></param>
        /// <returns></returns>
        public static List <Notice> User_Notice_List(User user)
        {
            NoticeBLL noticebll = new NoticeBLL();

            return(noticebll.Notice_Receive_List(user));
        }