C# Class EventSourcing.Sample.BookBorrowAndReturn.LibraryService

Inheritance: ILibraryService
显示文件 Open project: tangxuehua/eventsourcing

Public Methods

Method Description
Create ( string name ) : Library
LibraryService ( IContextManager contextManger ) : CodeSharp.EventSourcing

Method Details

Create() public method

public Create ( string name ) : Library
name string
return Library

LibraryService() public method

public LibraryService ( IContextManager contextManger ) : CodeSharp.EventSourcing
contextManger IContextManager
return CodeSharp.EventSourcing