C# 클래스 CommandService.KanbanBoardCommandService

상속: IKanbanBoardCommandService
파일 보기 프로젝트 열기: marcusoftnet/KanbanBoards 1 사용 예제들

공개 메소드들

메소드 설명
AddKanbanBoard ( AddKanbanBoardCommand command ) : void
KanbanBoardCommandService ( IKanbanBoardRepository kanbanBoardRepository ) : System

메소드 상세

AddKanbanBoard() 공개 메소드

public AddKanbanBoard ( AddKanbanBoardCommand command ) : void
command CommandService.Commands.AddKanbanBoardCommand
리턴 void

KanbanBoardCommandService() 공개 메소드

public KanbanBoardCommandService ( IKanbanBoardRepository kanbanBoardRepository ) : System
kanbanBoardRepository IKanbanBoardRepository
리턴 System