/// <summary> /// Constructor /// </summary> public CMSController() { DBBase = new DBBaseFunctions(); _cmsConfiguration = new CMSConfigurationsClass(this,DBBase); }
public CMSConfigurationsClass(Controller ControllerBase,DBBaseFunctions DBBase) { this.BaseController = ControllerBase; this.StatInfo = new StatisticsInfo(); // Create statistics info class this.DBBaseSample=DBBase; }