CQRS.Tests.CQRS.EventSourcing.AggregateRoot.NestedEntitiesTests.GuidId.Domain.Events.RootEvent.Implementation.Root.Root C# (CSharp) Метод

Root() защищенный Метод

protected Root ( ) : System
Результат System
                protected Root() { }
                protected Root(Guid aggregateRootId) : base(aggregateRootId) { }

Same methods

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