CQRS.Tests.CQRS.EventSourcing.AggregateRoot.NestedEntitiesTests.IntegerId.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