BudgetAnalyser.Engine.BankAccount.Account.Account C# (CSharp) Méthode

Account() protected méthode

Initializes a new instance of the Account class.
protected Account ( ) : JetBrains.Annotations
Résultat JetBrains.Annotations
        protected Account()
        {
            Name = GetType().Name;
        }