예제 #1
0
 public NoticeInfo GetNoticeByID(int ID)
 {
     return(Webnotice.GetNoticeByID(ID, pub.CreateUserPrivilege("9d4d1366-35ab-4eb6-b88e-e49e6bfae9d7")));
 }
예제 #2
0
파일: Notice.cs 프로젝트: Abnertd/public
 public NoticeInfo GetNoticeByID(int cate_id)
 {
     return(MyBLL.GetNoticeByID(cate_id, Public.GetUserPrivilege()));
 }