Ejemplo n.º 1
0
 public Oda(Otel otel, bool bosMu, OdaTipi odaTipi, double fiyat, string odaNumarasi)
 {
     this.otel    = otel;
     BosMu        = true;
     this.odaTipi = odaTipi;
     Fiyat        = fiyat;
     OdaNumarasi  = odaNumarasi;
 }
Ejemplo n.º 2
0
 public OtelOzelligi(Otel otel, Ozellik ozellik)
 {
     this.otel    = otel;
     this.ozellik = ozellik;
 }
Ejemplo n.º 3
0
 public OtelResimleri(Otel otel, byte resimler)
 {
     this.otel = otel;
     Resimler  = resimler;
 }