Exemplo n.º 1
0
 public ChiTiet_NhapHang()
 {
     this._ctr = new ChiTiet_NhapHangController();
     this._Init();
 }
Exemplo n.º 2
0
 public ChiTiet_NhapHang(DTDDDbContext context)
 {
     this._ctr = new ChiTiet_NhapHangController(context);
     this._Init();
 }