C# 클래스 PersistenceModel.Write.AccountRepository

상속: IAccountRepository
파일 보기 프로젝트 열기: AdrianFreemantle/DDD 1 사용 예제들

공개 메소드들

메소드 설명
AccountRepository ( IDocumentStore documentStore ) : Domain.Client.Accounts
AccountRepository ( IStoreEvents eventStore, IPublishEvents eventPublisher ) : System
Get ( IHaveIdentity id ) : Account
Save ( Account account ) : void

메소드 상세

AccountRepository() 공개 메소드

public AccountRepository ( IDocumentStore documentStore ) : Domain.Client.Accounts
documentStore IDocumentStore
리턴 Domain.Client.Accounts

AccountRepository() 공개 메소드

public AccountRepository ( IStoreEvents eventStore, IPublishEvents eventPublisher ) : System
eventStore IStoreEvents
eventPublisher IPublishEvents
리턴 System

Get() 공개 메소드

public Get ( IHaveIdentity id ) : Account
id IHaveIdentity
리턴 Domain.Client.Accounts.Account

Save() 공개 메소드

public Save ( Account account ) : void
account Domain.Client.Accounts.Account
리턴 void