AspNetCoreMvcApp.Tests.Controllers.ManageShipsControllers.ManageShipsControllerBuilder.WithCommandExecutor C# (CSharp) Method

WithCommandExecutor() public method

public WithCommandExecutor ( ICommandExecutor commandExecutor ) : ManageShipsControllerBuilder
commandExecutor ICommandExecutor
return ManageShipsControllerBuilder
        public ManageShipsControllerBuilder WithCommandExecutor(ICommandExecutor commandExecutor)
        {
            _commandExecutor = commandExecutor;
            return this;
        }