CQRSalad.Tests.Dispatcher.TestHandler.HandleWithResponse C# (CSharp) Method

HandleWithResponse() public method

public HandleWithResponse ( TestCommand command ) : string
command TestCommand
return string
        public string HandleWithResponse(TestCommand command)
        {
            return "Handled";
        }