Exemplo n.º 1
0
 public ConnectionCounterHostedService(ConnectionCounter counter)
 {
     _counter = counter;
     _timeSinceFirstConnection = new Stopwatch();
 }
Exemplo n.º 2
0
 public EchoHub(ConnectionCounter counter)
 {
     _counter = counter;
 }