示例#1
0
 public ChiTiet_NhapHang()
 {
     this._ctr = new ChiTiet_NhapHangController();
     this._Init();
 }
示例#2
0
 public ChiTiet_NhapHang(DTDDDbContext context)
 {
     this._ctr = new ChiTiet_NhapHangController(context);
     this._Init();
 }