Beispiel #1
0
        public Double getIR()
        {
            Double ir = 0;

            customers = new DAO.CustomersDAO();
            ir        = customers.grabInterestRate(Custcode);
            return(ir);
        }