AccountManagement.Domain.Events.Implementation.AccountEvent.AccountEvent C# (CSharp) Method

AccountEvent() protected method

protected AccountEvent ( System.Guid aggregateRootId ) : System
aggregateRootId System.Guid
return System
        protected AccountEvent(Guid aggregateRootId) : base(aggregateRootId) {}
    }

Same methods

AccountEvent::AccountEvent ( ) : System
AccountEvent