コード例 #1
0
ファイル: MailTransfer.cs プロジェクト: aburgett87/NSmtp
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor = commandExecutor;
     _commandListCreator = commandListCreator;
 }
コード例 #2
0
ファイル: MailTransfer.cs プロジェクト: aburgett87/NSmtp
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor    = commandExecutor;
     _commandListCreator = commandListCreator;
 }