Exemplo n.º 1
0
 public OtelOzellik(Oteller inOteller)
 {
     oteller = inOteller;
 }
Exemplo n.º 2
0
 public OdaTip(Oteller inOteller)
 {
     oteller = inOteller;
 }
Exemplo n.º 3
0
 public Odalar(Oteller inOteller, OdaTip inOdaTip)
 {
     oteller = inOteller;
     odaTip  = inOdaTip;
 }
 public AnlasmaliSirketler(Oteller inOteller)
 {
     oteller = inOteller;
 }
Exemplo n.º 5
0
 public Konaklamalar(Oteller inOteller)
 {
     oteller = inOteller;
 }
Exemplo n.º 6
0
 public Kullanicilar(Oteller inOteller)
 {
     oteller = inOteller;
 }