public Grund(string adresse, Postnr postnr, double tillæg, int areal, Filial filial) { this.Adresse = adresse; this.Postnr = postnr; this.Tillæg = tillæg; this.Areal = areal; this.Filial = filial; }
public Udbyder(Filial filial, List <HusType> hustyper, double pris) { this.Filial = filial; this.HusTyper = hustyper; this.Pris = pris; }