Esempio n. 1
0
        public List <Comment> GetAllByEventId(string Id)
        {
            List <Comment> ret = null;

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