C# Класс CodeSharp.EventSourcing.DefaultAggregateRootFactory

默认的聚合根工厂
Наследование: IAggregateRootFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateAggregateRoot ( Type aggregateRootType ) : AggregateRoot

Описание методов

CreateAggregateRoot() публичный Метод

public CreateAggregateRoot ( Type aggregateRootType ) : AggregateRoot
aggregateRootType System.Type
Результат AggregateRoot