Esempio n. 1
0
 public async Task AddHitToLink(Link link)
 {
     await _linksRepository.UpdateLinkHitCount(link);
 }