C# Class CQRSSample.Infrastructure.AggregateFactory

Inheritance: IConstructAggregates
Afficher le fichier Open project: JoergEg/CQRS-Sample

Méthodes publiques

Méthode Description
Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate

Method Details

Build() public méthode

public Build ( Type type, System.Guid id, IMemento snapshot ) : IAggregate
type System.Type
id System.Guid
snapshot IMemento
Résultat IAggregate