C# Class CQRSSample.Infrastructure.AggregateFactory
Datei anzeigen
Open project: JoergEg/CQRS-Sample
Public Methods
Method |
Description |
|
Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate |
|
|
Method Details
public Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate |
type |
System.Type |
|
id |
System.Guid |
|
snapshot |
IMemento |
|
return |
IAggregate |
|