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

AccountEvent() protected method

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

Same methods

AccountEvent::AccountEvent ( System.Guid aggregateRootId ) : System
AccountEvent