Beispiel #1
0
 public DownloadCommand(IUsenetDownloadService usenetDownloadService)
 {
     this.usenetDownloadService = usenetDownloadService ?? throw new ArgumentNullException(nameof(usenetDownloadService));
 }
Beispiel #2
0
 public AutopilotCommand(IRenameWorkflow renameWorkflow, IUsenetDownloadService usenetDownloadService)
 {
     this.renameWorkflow        = renameWorkflow;
     this.usenetDownloadService = usenetDownloadService;
 }