22232425262728
/** * Constructor */ public PersonServiceImpl() { personDao = new PersonDaoImplHibernate(); }