Exemplo n.º 1
0
 public Vehicule(TypeTransport type)
 {
     this.disponible = true;
     this.type       = type;
 }
Exemplo n.º 2
0
 public Vehicule(TypeTransport type)
 {
     this.disponible = true;
     this.type = type;
 }