示例#1
0
 public bool addArticleComment(int id)
 {
     return(dal.addArticleComment(id) > 0);
 }