C# Class CommandService.KanbanBoardCommandService

Inheritance: IKanbanBoardCommandService
Afficher le fichier Open project: marcusoftnet/KanbanBoards Class Usage Examples

Méthodes publiques

Méthode Description
AddKanbanBoard ( AddKanbanBoardCommand command ) : void
KanbanBoardCommandService ( IKanbanBoardRepository kanbanBoardRepository ) : System

Method Details

AddKanbanBoard() public méthode

public AddKanbanBoard ( AddKanbanBoardCommand command ) : void
command CommandService.Commands.AddKanbanBoardCommand
Résultat void

KanbanBoardCommandService() public méthode

public KanbanBoardCommandService ( IKanbanBoardRepository kanbanBoardRepository ) : System
kanbanBoardRepository IKanbanBoardRepository
Résultat System