Exemplo n.º 1
0
 public UP7RequestType()
 {
     this._month = new MonthType();
 }
Exemplo n.º 2
0
 public PeriodType()
 {
     this._to   = new MonthType();
     this._from = new MonthType();
 }
Exemplo n.º 3
0
 public PensionRightRequestType()
 {
     this._month = new MonthType();
 }