コード例 #1
0
        public List <Comment> GetAllComment()
        {
            List <Comment> temp = SQLHelper.GetAllComList();

            return(temp);
        }