C# Class CQRS.Talk.Refactoring2.Commands._2.BasicCommands.AddDelegateCommandHandler

Mostra file Open project: trailmax/CQRS.Talk

Public Methods

Method Description
AddDelegateCommandHandler ( IDelegateRepository delegateRepository )
Handle ( AddDelegateCommand command ) : void

Method Details

AddDelegateCommandHandler() public method

public AddDelegateCommandHandler ( IDelegateRepository delegateRepository )
delegateRepository IDelegateRepository

Handle() public method

public Handle ( AddDelegateCommand command ) : void
command AddDelegateCommand
return void