Exemple #1
0
 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;
 }
Exemple #2
0
 public Udbyder(Filial filial, List <HusType> hustyper, double pris)
 {
     this.Filial   = filial;
     this.HusTyper = hustyper;
     this.Pris     = pris;
 }