Example #1
0
 public CommentModel()
 {
     CommentList = new List <CommentInfo>();
     PageList    = new CommentPageList();
 }
Example #2
0
 public CommentModel()
 {
     CommentList = new List<CommentInfo>();
     PageList = new CommentPageList();
 }