示例#1
0
 public ReisReservatie(Persoon lOUIS, object vakantieLOUIS1, object uRLM)
 {
     this.lOUIS          = lOUIS;
     this.vakantieLOUIS1 = vakantieLOUIS1;
     this.uRLM           = uRLM;
 }
示例#2
0
 public ReisReservatie(Persoon lOUIS, Reisbureau vakantieLOUIS, object uRLM)
 {
     this.lOUIS         = lOUIS;
     this.vakantieLOUIS = vakantieLOUIS;
     this.uRLM          = uRLM;
 }