public PullCommand(IConfigManager configManager, IRSSStorage storage, IRSSLoader loader) { this.configManager = configManager; this.storage = storage; this.loader = loader; }
public ListCommand(IConfigManager configManager, IRSSStorage storage, IFeedPrinter feedPrinter) { this.configManager = configManager; this.storage = storage; this.feedPrinter = feedPrinter; }