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