Example #1
0
 public CommentInfo GetComment(int commentId)
 {
     return(CBO.FillObject <CommentInfo>(_dataService.Journal_Comment_Get(commentId)));
 }