C# Class Web.Controllers.KanbanBoardController

Inheritance: Controller
Afficher le fichier Open project: marcusoftnet/KanbanBoards

Méthodes publiques

Méthode 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

Méthode Description
Create ( AddKanbanBoardCommand addKanbanBoardCommand ) : System.Web.Mvc.ActionResult

Method Details

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

KanbanBoardController() public méthode

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

MyBoards() public méthode

public MyBoards ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult