- 1
- 2
- 3
- 4
- 5
- 6
- 7
if (groundsDTO.isChildCome()) {
ZAGSAffiliation.Grounds.CHILDCONSENT childConsest = grounds.addNewCHILDCONSENT();
childConsest.setISCHILDCONSENT(groundsDTO.isChildAgreeWithFillation());
if (!groundsDTO.isChildCome()) {
tranferConfirmation(childConsest.addNewCONSENTNOTAR(),groundsDTO.getChildAgree());
}
}