Exemple #1
0
 private void ShowAllPrices(string[] args)
 => Line(_coinspotService.GetAllPrices());
Exemple #2
0
 public void ShowAllPrices(params string[] args)
 => Line(_coinspotService.GetAllPrices());