Ejemplo n.º 1
0
        public IEnumerable <Comment> GetPostComments(int postId)
        {
            var cm = new CommentMapper();

            return(cm.GetPostComments(postId));
        }