Exemplo n.º 1
0
 private void IncrementFailure()
 {
     _healthCount.Failures++;
     _healthCountService.IncrementFailure(_keys);
 }