CQRS.Tests.CQRS.EventSourcing.AggregateRoot.NestedEntitiesTests.IntegerId.RootEvent.Implementation.Root.Root C# (CSharp) Méthode

Root() protected méthode

protected Root ( ) : System
Résultat System
                protected Root() { }
                protected Root(Guid aggregateRootId) : base(aggregateRootId) { }

Same methods

RootEvent.Implementation.Root::Root ( System.Guid aggregateRootId ) : System
RootEvent.Implementation.Root