Ejemplo n.º 1
0
 public NoticeInfo GetNoticeByID(int ID)
 {
     return(Webnotice.GetNoticeByID(ID, pub.CreateUserPrivilege("9d4d1366-35ab-4eb6-b88e-e49e6bfae9d7")));
 }
Ejemplo n.º 2
0
 public NoticeInfo GetNoticeByID(int cate_id)
 {
     return(MyBLL.GetNoticeByID(cate_id, Public.GetUserPrivilege()));
 }