Beispiel #1
0
 public TTPhieuMuonDTO(PhieuMuonDTO mapm, SachDTO mads, int phat, DateTime mapt)
 {
     this.mapm = mapm;
     this.mads = mads;
     this.phat = phat;
     this.mapt = mapt;
 }
Beispiel #2
0
 public TTPhieuMuonDTO(PhieuMuonDTO mapm, SachDTO mads)
 {
     this.mapm = mapm;
     this.mads = mads;
 }