|
|
@@ -90,6 +90,8 @@ public class DataLoadCertificates {
|
|
|
private void loadDeathCertificates() {
|
|
|
logger.debug("DataLoadCertificates::LoadDeathCertificates");
|
|
|
DeathCertificateCommand deathCertificateCommand = new DeathCertificateCommandImpl();
|
|
|
+ deathCertificateCommand.setDeceased(personService.findById(1L));
|
|
|
+ deathCertificateCommand.setFather(personService.findById(2L));
|
|
|
|
|
|
deathCertificateService.saveDeathCertificateCommand(deathCertificateCommand);
|
|
|
}
|