Example #1
0
        public List <Chat> GetCommentsFromLocal()
        {
            var j = CommentDb.Get(RawVideoId);

            return(j?.GetComments());
        }