Ejemplo n.º 1
0
 public Reservering(Voorstelling v, Account acc)
 {
     this.Voorstelling = v;
     this.Acc          = acc;
 }
Ejemplo n.º 2
0
 public Reservering(int id, Voorstelling v, Account acc)
 {
     this.Id           = id;
     this.Voorstelling = v;
     this.Acc          = acc;
 }