Exemple #1
0
 public CommentCollection GetComments(string postid, bool allComments)
 {
     return(dataService.GetCommentsFor(postid, allComments));
 }