Ejemplo n.º 1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public LogOtherCfgController()
 {
     LogOtherCfgService = base.GetObject <ILogOtherCfgService>("SUP3.Log.Service.LogOtherCfg");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public LogCfgController()
 {
     MultiDelegatingDbProvider.CurrentDbProviderName = LogDbProvider.LogDB;
     LogCfgService      = base.GetObject <ILogCfgService>("SUP3.Log.Service.LogCfg");
     LogOtherCfgService = base.GetObject <ILogOtherCfgService>("SUP3.Log.Service.LogOtherCfg");
 }