22232425262728
/** * Constructor */ public TaskServiceImpl() { taskDao = new TaskDaoImplHibernate(); }