コード例 #1
0
 public Travel()
 {
     PayOutType = new NormalPayOut();
 }
コード例 #2
0
 public Car()
 {
     PayOutType = new NormalPayOut();
 }