コード例 #1
0
ファイル: Reservering.cs プロジェクト: falcohulzebos/A-D
 public Reservering(Artikel artikel, DateTime leenDatum)
 {
     this.artikel   = artikel;
     this.leenDatum = leenDatum;
 }
コード例 #2
0
ファイル: Reservering.cs プロジェクト: falcohulzebos/A-D
 public Reservering(Artikel artikel) : this(artikel, DateTime.Today)
 {
 }