C# Class ES.Lab.Api.Infrastructure.CommandBus

Inheritance: ICommandBus
Show file Open project: jayway/rock-paper-scissors-WebApi-Start

Public Methods

Method Description
Send ( ICommand command ) : void

Method Details

Send() public method

public Send ( ICommand command ) : void
command ICommand
return void