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 |
Method | Description | |
---|---|---|
Create ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public KanbanBoardController ( IKanbanBoardReadService kanbanBoardReadService, IAuthenticationService authenticationService, IKanbanBoardCommandService commandService ) : System.Web.Mvc | ||
kanbanBoardReadService | IKanbanBoardReadService | |
authenticationService | IAuthenticationService | |
commandService | IKanbanBoardCommandService | |
return | System.Web.Mvc |
public MyBoards ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |