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