C# Class Samples.Domain.Model.TodoList.TodoListState

Mostra file Open project: Ontropix/CQRSalad

Public Methods

Method Description
On ( ListItemAdded evnt ) : void
On ( ListItemCompleted evnt ) : void
On ( ListItemRemoved evnt ) : void

Method Details

On() public method

public On ( ListItemAdded evnt ) : void
evnt ListItemAdded
return void

On() public method

public On ( ListItemCompleted evnt ) : void
evnt ListItemCompleted
return void

On() public method

public On ( ListItemRemoved evnt ) : void
evnt ListItemRemoved
return void