コード例 #1
0
 public UP7RequestType()
 {
     this._month = new MonthType();
 }
コード例 #2
0
 public PeriodType()
 {
     this._to   = new MonthType();
     this._from = new MonthType();
 }
コード例 #3
0
 public PensionRightRequestType()
 {
     this._month = new MonthType();
 }