in src/main/java/domainapp/modules/hello/dom/hwo/HelloWorldObjects.java [30:35]
public HelloWorldObjects(
final RepositoryService repositoryService,
final HelloWorldRepository helloWorldRepository) {
this.repositoryService = repositoryService;
this.helloWorldRepository = helloWorldRepository;
}