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