Interface IConstructAggregates
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public interface IConstructAggregates
Methods
Build(Type, Guid, IMemento)
Declaration
IAggregateRoot Build(Type type, Guid id, IMemento snapshot)
Parameters
System.Type
type
|
System.Guid
id
|
IMemento
snapshot
|
Returns
IAggregateRoot
|