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