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

Show file Open project: trailmax/CQRS.Talk

Public Methods

Method Description
Handle ( UpdateDelegateCommand command ) : void
UpdateDelegateCommandHandler ( IDelegateRepository delegateRepository )

Method Details

Handle() public method

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

UpdateDelegateCommandHandler() public method

public UpdateDelegateCommandHandler ( IDelegateRepository delegateRepository )
delegateRepository IDelegateRepository