コード例 #1
0
 public DownloadCommand(IUsenetDownloadService usenetDownloadService)
 {
     this.usenetDownloadService = usenetDownloadService ?? throw new ArgumentNullException(nameof(usenetDownloadService));
 }
コード例 #2
0
ファイル: AutopilotCommand.cs プロジェクト: pdbme/pdbMate
 public AutopilotCommand(IRenameWorkflow renameWorkflow, IUsenetDownloadService usenetDownloadService)
 {
     this.renameWorkflow        = renameWorkflow;
     this.usenetDownloadService = usenetDownloadService;
 }