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