199200201202203204205
return new RuralDistrictServiceImpl(jdbcRuralDistrictRepository()); } @Bean public SpecialisationService specialisationService() { return new SpecialisationServiceImpl(jdbcSpecialisationRepository()); }