예제 #1
0
 public List <CommentWrapper> GetComments(string page)
 {
     return(_engine.GetComments(page).ConvertAll(x => new CommentWrapper(x)));
 }