public Program() { _googleSheetsService = new GoogleSheetsService(); _coinspotService = new CoinspotService(); PrepareUpdateTimer(); AddActions(); ShowHelp(null); WriteLine(); ShowBalances(null); Colored(() => ShowStatus(null), ConsoleColor.Yellow); }
public Commands() { _coinspotService = new CoinspotService(); _sheetUpdater = new SheetUpdater(_coinspotService); }