//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; }
public void addHusTypeToUdbyder(HusType hustype) { this.HusTyper.Add(hustype); }