예제 #1
0
 public async Task <long> GetVisitorCountAsync(string articleId)
 => await articleService.CountVisitorsAsync(articleId);