예제 #1
0
 public OtherCommand(IExecutorState executorState, IFtpMessage clientFtpMessage, IDataOperationExecutor dataOperationExecutor)
     : base(executorState, clientFtpMessage)
 {
     _dataOperationExecutor = dataOperationExecutor;
 }
 public RemoteCommandFactory(IConnectionFactory connectionFactory, ICommandExecutorHelper commandExecutorHelper, IDataOperationExecutor dataOperationExecutor)
 {
     _connectionFactory     = connectionFactory;
     _commandExecutorHelper = commandExecutorHelper;
     _dataOperationExecutor = dataOperationExecutor;
 }