C# 클래스 Web.Controllers.KanbanBoardController

상속: Controller
파일 보기 프로젝트 열기: marcusoftnet/KanbanBoards

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
KanbanBoardController ( IKanbanBoardReadService kanbanBoardReadService, IAuthenticationService authenticationService, IKanbanBoardCommandService commandService ) : System.Web.Mvc
MyBoards ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( AddKanbanBoardCommand addKanbanBoardCommand ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

KanbanBoardController() 공개 메소드

public KanbanBoardController ( IKanbanBoardReadService kanbanBoardReadService, IAuthenticationService authenticationService, IKanbanBoardCommandService commandService ) : System.Web.Mvc
kanbanBoardReadService IKanbanBoardReadService
authenticationService IAuthenticationService
commandService IKanbanBoardCommandService
리턴 System.Web.Mvc

MyBoards() 공개 메소드

public MyBoards ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult