UserManagement.Domain.Account.Account C# (CSharp) Méthode

Account() protected méthode

protected Account ( ) : Common.System
Résultat 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