47484950515253
return new ApprenticeWriter(service); } @Bean public ApprenticeDeleter apprenticeDeleter(final ApprenticeService service) { return new ApprenticeDeleter(service); }