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