예제 #1
0
 public static List <Comment> GetList(int StartRow, int PageSize)
 {
     return(CommentDB.GetList(StartRow, PageSize));
 }
예제 #2
0
 public static List <Comment> GetList(long parent_id)
 {
     return(CommentDB.GetList(parent_id));
 }
예제 #3
0
 public static List <Comment> GetList()
 {
     return(CommentDB.GetList());
 }