Example #1
0
 public void addTripu(Tripulacion tr)
 {
     this.Tripulacion = new Tripulacion();
     this.Tripulacion = tr;
 }