157158159160161162163
* SERVICES ... */ @Bean public ApprenticeService apprenticeServiceImpl() { return new ApprenticeServiceImpl(dodApprenticeRepository()); }