Esempio n. 1
0
        public async Task <OperationResult> AddComment([FromBody] CommentVM commentVM)
        {
            var result = await _commentBuilder.Add(commentVM);

            return(result);
        }