Exemple #1
0
 public async Task IncrementCounter(string userId)
 {
     await _counterRepository.IncrementCounter(userId);
 }