Exemplo n.º 1
0
 public Car(EGasType gasType, int price)
 {
     GasType = gasType;
     Price   = price;
 }
Exemplo n.º 2
0
 public Car(EGasType gasType, int price)
 {
     mGasType = gasType;
     SetPrice(price);
 }