コード例 #1
0
ファイル: Boleto.cs プロジェクト: DulceGarcia45/Unidad3_Dulce
 public Boleto(Reservacion reservacion)
 {
     _reservacion = reservacion;
 }
コード例 #2
0
ファイル: Boleto.cs プロジェクト: DulceGarcia45/Unidad3_Dulce
 public Boleto()
 {
     _reservacion = new Reservacion();
 }