コード例 #1
0
 public Task <long> GetNextIdAsync(string url)
 {
     return(_CounterRepo.IncrementLinksCounterAsync());
 }