C# 클래스 Samples.View.ViewHandlers.UserViewHandler

파일 보기 프로젝트 열기: Ontropix/CQRSalad

공개 메소드들

메소드 설명
Apply ( UserCreated evnt ) : System.Threading.Tasks.Task
UserViewHandler ( IKutchaStore store ) : System.Threading.Tasks

메소드 상세

Apply() 공개 메소드

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

UserViewHandler() 공개 메소드

public UserViewHandler ( IKutchaStore store ) : System.Threading.Tasks
store IKutchaStore
리턴 System.Threading.Tasks