Exemplo n.º 1
0
        public List <Comment> GetAllComments()
        {
            List <Comment> ret = null;

            ret = commentDB.GetAll();
            return(ret);
        }