예제 #1
0
 private async void OnSell()
 {
     _logger.LogInformation("Mynt service is updating trades.");
     await _tradeManager.UpdateExistingTrades();
 }