BankSystem.Common.Customer.Customer C# (CSharp) Method

Customer() protected method

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