Exemple #1
0
 public Vehicule(TypeTransport type)
 {
     this.disponible = true;
     this.type       = type;
 }
Exemple #2
0
 public Vehicule(TypeTransport type)
 {
     this.disponible = true;
     this.type = type;
 }