Exemplo n.º 1
0
 public UP7ResponseType()
 {
     this._additionAndReductionAmounts = new List <AdditionAndReductionAmount>();
     this._pensions = new List <Pension>();
     this._names    = new PersonNames();
 }
Exemplo n.º 2
0
 public UP8ResponseType()
 {
     this._pensionPayments = new List <PensionPaymentType>();
     this._names           = new PersonNames();
 }
Exemplo n.º 3
0
 public PensionRightResponseType()
 {
     this._pensionCharacteristics = new List <PensionCharacteristic>();
     this._names = new PersonNames();
 }