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