C# 클래스 CQRSSample.Infrastructure.AggregateFactory

상속: IConstructAggregates
파일 보기 프로젝트 열기: JoergEg/CQRS-Sample

공개 메소드들

메소드 설명
Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate

메소드 상세

Build() 공개 메소드

public Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate
type System.Type
id System.Guid
snapshot IMemento
리턴 IAggregate