Esempio n. 1
0
        public bool Comment(Comment comment)
        {
            var result = _post.Comment(comment);

            if (result == null)
            {
                return(false);
            }

            return(true);
        }