CQRS.Tests.CQRS.EventSourcing.AggregateRoot.NestedEntitiesTests.IntegerId.RootEvent.Implementation.Root.Root C# (CSharp) Method

Root() protected method

protected Root ( ) : System
return System
                protected Root() { }
                protected Root(Guid aggregateRootId) : base(aggregateRootId) { }

Same methods

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