C# Class Samples.View.ViewHandlers.UserViewHandler

ファイルを表示 Open project: Ontropix/CQRSalad

Public Methods

Method Description
Apply ( UserCreated evnt ) : System.Threading.Tasks.Task
UserViewHandler ( IKutchaStore store ) : System.Threading.Tasks

Method Details

Apply() public method

public Apply ( UserCreated evnt ) : System.Threading.Tasks.Task
evnt Samples.Domain.Model.User.UserCreated
return System.Threading.Tasks.Task

UserViewHandler() public method

public UserViewHandler ( IKutchaStore store ) : System.Threading.Tasks
store IKutchaStore
return System.Threading.Tasks