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

UserChangedAccountEmailEvent() public method

public UserChangedAccountEmailEvent ( Email email ) : System
email Email
return System
        public UserChangedAccountEmailEvent(Email email)
        {
            Email = email;
        }

Same methods

UserChangedAccountEmailEvent::UserChangedAccountEmailEvent ( ) : System
UserChangedAccountEmailEvent