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