Beispiel #1
0
 private void ajax_getcomment(string id, int page)
 {
     using (CommentBO cm = new CommentBO(id, page - 1))
     {
         Response.Write(cm.getCommentContent());
     }
 }