Example #1
0
 public OdaOzellik(OdaTip inOdaTip)
 {
     odaTip = inOdaTip;
 }
Example #2
0
 public Odalar(Oteller inOteller, OdaTip inOdaTip)
 {
     oteller = inOteller;
     odaTip  = inOdaTip;
 }