Ejemplo n.º 1
0
 public Reservering(Artikel artikel, DateTime leenDatum)
 {
     this.artikel   = artikel;
     this.leenDatum = leenDatum;
 }
Ejemplo n.º 2
0
 public Reservering(Artikel artikel) : this(artikel, DateTime.Today)
 {
 }