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