C# 클래스 EventSourcing.Sample.BookBorrowAndReturn.LibraryAccountService

상속: ILibraryAccountService
파일 보기 프로젝트 열기: tangxuehua/eventsourcing

공개 메소드들

메소드 설명
Create ( string number, string owner ) : LibraryAccount
LibraryAccountService ( IContextManager contextManger ) : CodeSharp.EventSourcing

메소드 상세

Create() 공개 메소드

public Create ( string number, string owner ) : LibraryAccount
number string
owner string
리턴 LibraryAccount

LibraryAccountService() 공개 메소드

public LibraryAccountService ( IContextManager contextManger ) : CodeSharp.EventSourcing
contextManger IContextManager
리턴 CodeSharp.EventSourcing