Ejemplo n.º 1
0
 private async void OnBuy()
 {
     _logger.LogInformation("Mynt service is looking for new trades.");
     await _tradeManager.LookForNewTrades();
 }