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