BankSystem.Common.Customer.Customer C# (CSharp) 메소드

Customer() 보호된 메소드

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