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