Domain.SavingsAccount.GetAccountNumber C# (CSharp) Method

GetAccountNumber() public method

public GetAccountNumber ( ) : long
return long
        public long GetAccountNumber()
        {
            return accountNumber;
        }