示例#1
0
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor = commandExecutor;
     _commandListCreator = commandListCreator;
 }
示例#2
0
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor    = commandExecutor;
     _commandListCreator = commandListCreator;
 }