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

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

공개 메소드들

메소드 설명
Create ( string name ) : Library
LibraryService ( IContextManager contextManger ) : CodeSharp.EventSourcing

메소드 상세

Create() 공개 메소드

public Create ( string name ) : Library
name string
리턴 Library

LibraryService() 공개 메소드

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