C# Class EventSourcing.Sample.AggregateEventHandler.NoteBookService

Inheritance: INoteBookService
Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

Méthode Description
CreateBook ( string title ) : NoteBook
NoteBookService ( IContextManager contextManager ) : System

Method Details

CreateBook() public méthode

public CreateBook ( string title ) : NoteBook
title string
Résultat NoteBook

NoteBookService() public méthode

public NoteBookService ( IContextManager contextManager ) : System
contextManager IContextManager
Résultat System