Пример #1
0
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor = commandExecutor;
     _commandListCreator = commandListCreator;
 }
Пример #2
0
 public MailTransfer(ICommandListCreator commandListCreator, ICommandExecutor commandExecutor)
 {
     _commandExecutor    = commandExecutor;
     _commandListCreator = commandListCreator;
 }