public async Task Reset()
 {
     await _stockTicker.Reset();
 }
Exemplo n.º 2
0
 public void Reset()
 {
     _stockTicker.Reset();
 }