예제 #1
0
 public List <CommentDTO> ShowComments(string PostID)
 {
     return(_comment.showComments(PostID));
 }