示例#1
0
 public TTPhieuNhapDTO(DateTime mapn, DauSachDTO mads, int dongia, int soluong, DateTime ngaygiao, NXBDTO manxb)
 {
     this.mapn     = mapn;
     this.mads     = mads;
     this.dongia   = dongia;
     this.soluong  = soluong;
     this.ngaygiao = ngaygiao;
     this.manxb    = manxb;
 }
示例#2
0
 public SachDTO(DauSachDTO mads, int stt, string trangthai)
 {
     this.mads      = mads;
     this.stt       = stt;
     this.trangthai = trangthai;
 }
示例#3
0
 public SachDTO(DauSachDTO mads, int stt)
 {
     this.mads = mads;
     this.stt  = stt;
 }