public Travel()
 {
     PayOutType = new NormalPayOut();
 }
示例#2
0
 public Car()
 {
     PayOutType = new NormalPayOut();
 }