Esempio n. 1
0
 public async Task DecrementCounter(string userId)
 {
     await _counterRepository.DecrementCounter(userId);
 }