Пример #1
0
 public RateLimiterTests()
 {
     _stopwatch   = new ManualStopwatch();
     _rateLimiter = new RateLimiter(CallLimit, CallCounterDecreaseTime, _stopwatch);
 }