示例#1
0
 public void setTypeVehicule(TypeVehicule unT)
 {
     this.unType = unT;
 }
示例#2
0
 public Vehicule(string i, DateTime dMEC, TypeVehicule unType)
 {
     this.immatriculation       = i;
     this.dateMiseEnCirculation = dMEC;
     this.unType = unType;
 }