Ejemplo n.º 1
0
 public Comment GetComment(int commentId)
 {
     return(CommentDao.GetComment(commentId));
 }