Beispiel #1
0
 public Encomienda(LugarViaje LugarViaje, Bus Bus)
 {
     _LugarViaje = LugarViaje;
     _Bus._idBus = Bus._idBus;
 }