in service/src/main/java/org/apache/fineract/cn/rhythm/service/internal/command/handler/ApplicationCommandHandler.java [42:50]
public ApplicationCommandHandler(
final ApplicationRepository applicationRepository,
final BeatRepository beatRepository,
final EventHelper eventHelper) {
super();
this.applicationRepository = applicationRepository;
this.beatRepository = beatRepository;
this.eventHelper = eventHelper;
}