24252627282930
return new SectionService(sectionDao); } @Bean public SectionDao sectionDao() { return new SectionDaoImpl(); }