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