Ejemplo n.º 1
0
        public CommentVO GetComment(int cID)
        {
            CommentDAO dao = new CommentDAO();

            return(dao.GetComment(cID));
        }