Example #1
0
        public IActionResult AcceptComment(int id)
        {
            var serviceResult = _adminService.AcceptCommentForProduct(id);

            return(View_Get(serviceResult, nameof(CommentWating)));
        }