C# Class Web.Controllers.KanbanBoardController

Inheritance: Controller
Exibir arquivo Open project: marcusoftnet/KanbanBoards

Public Methods

Method Description
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

Private Methods

Method Description
Create ( AddKanbanBoardCommand addKanbanBoardCommand ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

KanbanBoardController() public method

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

MyBoards() public method

public MyBoards ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult