public UP7RequestType()
 {
     this._month = new MonthType();
 }
 public PeriodType()
 {
     this._to   = new MonthType();
     this._from = new MonthType();
 }
Example #3
0
 public PensionRightRequestType()
 {
     this._month = new MonthType();
 }