this.timeConstrainedProcessTrackerRepository =
new LevelDBTimeConstrainedProcessTrackerRepository(
LevelDBDatabasePath.agilePMPath());
this.productApplicationService =
new ProductApplicationService(
this.productRepository,
this.productOwnerRepository,
this.timeConstrainedProcessTrackerRepository);
}