BankSystem.Common.Customer.Customer C# (CSharp) Méthode

Customer() protected méthode

protected Customer ( uint id )
id uint
        protected Customer(uint id)
        {
            this.ID = id;
        }
    }
Customer