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