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