C# Class ReadService.KanbanBoardReadService

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

Méthodes publiques

Méthode Description
GetIndexViewModel ( ) : KanbanBoardIndexViewModel
GetMyBoardsViewModel ( string userName ) : MyBoardsViewModel
KanbanBoardReadService ( IKanbanBoardRepository repository ) : System.Linq

Method Details

GetIndexViewModel() public méthode

public GetIndexViewModel ( ) : KanbanBoardIndexViewModel
Résultat ReadModel.KanbanBoardIndexViewModel

GetMyBoardsViewModel() public méthode

public GetMyBoardsViewModel ( string userName ) : MyBoardsViewModel
userName string
Résultat ReadModel.MyBoardsViewModel

KanbanBoardReadService() public méthode

public KanbanBoardReadService ( IKanbanBoardRepository repository ) : System.Linq
repository IKanbanBoardRepository
Résultat System.Linq