예제 #1
0
 public Reservering(Voorstelling v, Account acc)
 {
     this.Voorstelling = v;
     this.Acc          = acc;
 }
예제 #2
0
 public Reservering(int id, Voorstelling v, Account acc)
 {
     this.Id           = id;
     this.Voorstelling = v;
     this.Acc          = acc;
 }