Domain.SavingsAccount.GetAccountOwner C# (CSharp) Method

GetAccountOwner() public method

public GetAccountOwner ( ) : Customer
return Customer
        public Customer GetAccountOwner()
        {
            return accountOwner;
        }