UserManagement.Domain.Account.Account C# (CSharp) Method

Account() protected method

protected Account ( ) : Common.System
return Common.System
        protected Account()
        {
        }

Same methods

Account::Account ( string firstname, string lastname, System.Net.Mail.MailAddress email, Password password, AccountRole role, ConfirmationStatus confirmationStatus, System.DateTime registrationTime, Profile profile, int redmineUserId, int gitlabUserId ) : Common.System
Account