Ejemplo n.º 1
0
        //public double getBeløb() { return this.Grund.getTillæg() + this.HusType.}

        public Salg(HusType hustype, Grund grund, Kunde kunde, double beløb)
        {
            this.HusType = hustype;
            this.Grund   = grund;
            this.Kunde   = kunde;
            this.Beløb   = beløb;
        }
Ejemplo n.º 2
0
 public void addHusTypeToUdbyder(HusType hustype)
 {
     this.HusTyper.Add(hustype);
 }