C# Class Samples.View.ViewHandlers.UserViewHandler

Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
Apply ( UserCreated evnt ) : System.Threading.Tasks.Task
UserViewHandler ( IKutchaStore store ) : System.Threading.Tasks

Method Details

Apply() public méthode

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

UserViewHandler() public méthode

public UserViewHandler ( IKutchaStore store ) : System.Threading.Tasks
store IKutchaStore
Résultat System.Threading.Tasks