Exemplo n.º 1
0
 public async Task <IActionResult> GetById(int id)
 {
     return(Ok(await _articleCommentService.GetByIdAsync(id)));
 }