示例#1
0
 public IActionResult Count(int articleId)
 {
     return(Ok(new { Count = _repository.GetViewsCount(articleId) }));
 }