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