Exemple #1
0
 public AboutInfo GetAboutByID(int cate_id)
 {
     return(MyBLL.GetAboutByID(cate_id, Public.GetUserPrivilege()));
 }