Esempio n. 1
0
        public List <Comment> GetAllCommentSelected(string c)
        {
            List <Comment> temp = SQLHelper.GetAllComListSelected(c);

            return(temp);
        }