C# Class MyAuctionSite.Backend.AggregateFactory
显示文件
Open project: andreasohlund/Blog
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 |
|