Exemplo n.º 1
0
 public async Task <IActionResult> Get(int id)
 {
     return(CustomResponse(await _hackerNewsService.GetBestStoriesDetail(id)));
 }