C# Class EventSourcing.Sample.BookBorrowAndReturn.LibraryAccountService

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

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( string number, string owner ) : LibraryAccount
number string
owner string
Résultat LibraryAccount

LibraryAccountService() public méthode

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