C# Class EventSourcing.Sample.BookBorrowAndReturn.LibraryAccountService

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

Public Methods

Method Description
Create ( string number, string owner ) : LibraryAccount
LibraryAccountService ( IContextManager contextManger ) : CodeSharp.EventSourcing

Method Details

Create() public method

public Create ( string number, string owner ) : LibraryAccount
number string
owner string
return LibraryAccount

LibraryAccountService() public method

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