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

            return(dao.GetComment(cID));
        }