コード例 #1
0
        public List <Comment> GetAllByEventIdGuest(string Id)
        {
            List <Comment> ret = null;

            ret = commentDB.GetAllByManifestationIdGuest(Id);
            return(ret);
        }