Exemplo n.º 1
0
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor = commandExecutor;
     _commandListCreator = commandListCreator;
 }
Exemplo n.º 2
0
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor    = commandExecutor;
     _commandListCreator = commandListCreator;
 }