C# Class CQRSSample.Infrastructure.AggregateFactory

Inheritance: IConstructAggregates
Show file Open project: JoergEg/CQRS-Sample

Public Methods

Method Description
Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate

Method Details

Build() public method

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