Exemplo n.º 1
0
        public async Task <IActionResult> GetObjectComments()
        {
            var result = await _commentAggregator.AggregateComments();

            return(StatusCode(result));
        }