protected override string GetConnectionName()
 {
     return(WfRuntime.ProcessContext.SimulationContext.GetConnectionName(AppLogSettings.GetConfig().ConnectionName));
 }
Beispiel #2
0
 protected override string GetConnectionName()
 {
     return(AppLogSettings.GetConfig().ConnectionName);
 }