C# 클래스 EventSourced.Net.Web.Register.CreateLogin.Controller

상속: Microsoft.AspNet.Mvc.Controller
파일 보기 프로젝트 열기: danludwig/eventsourced.net

Private Properties

프로퍼티 타입 설명
GetView Task
PostApi Task

공개 메소드들

메소드 설명
Controller ( ISendCommand command, IExecuteQuery query, IServeWebSockets webSockets ) : System

비공개 메소드들

메소드 설명
GetView ( string correlationId, string token ) : Task
PostApi ( string correlationId, string token, [ model ) : Task

메소드 상세

Controller() 공개 메소드

public Controller ( ISendCommand command, IExecuteQuery query, IServeWebSockets webSockets ) : System
command ISendCommand
query IExecuteQuery
webSockets IServeWebSockets
리턴 System