C# Class EventSourcing.Sample.BookBorrowAndReturn.LibraryService

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

Méthodes publiques

Méthode Description
Create ( string name ) : Library
LibraryService ( IContextManager contextManger ) : CodeSharp.EventSourcing

Method Details

Create() public méthode

public Create ( string name ) : Library
name string
Résultat Library

LibraryService() public méthode

public LibraryService ( IContextManager contextManger ) : CodeSharp.EventSourcing
contextManger IContextManager
Résultat CodeSharp.EventSourcing