C# Class CodeSharp.EventSourcing.DefaultAggregateRootFactory

默认的聚合根工厂
Inheritance: IAggregateRootFactory
Exibir arquivo Open project: tangxuehua/eventsourcing

Public Methods

Method Description
CreateAggregateRoot ( Type aggregateRootType ) : AggregateRoot

Method Details

CreateAggregateRoot() public method

public CreateAggregateRoot ( Type aggregateRootType ) : AggregateRoot
aggregateRootType System.Type
return AggregateRoot