예제 #1
0
        internal static string GetConfigPath()
        {
            var    serverSettingsPath = ConfigHelper.GetAppSettingOrDefault("ServerSettingsPath", "Config");
            string ConfigPath         = DotEnvironment.MapAbsolutePath(serverSettingsPath);

            return(ConfigPath);
        }
예제 #2
0
        internal static string GetConfigPath()
        {
            //throw new NotImplementedException();
            var    serverSettingsPath = ConfigHelper.GetAppSettingOrDefault("ServerSettingsPath", "Config");
            string ConfigPath         = DotEnvironment.MapAbsolutePath(serverSettingsPath);

            return(ConfigPath);
        }
예제 #3
0
        public void ExportDTtoExcelTest()
        {
            string filePath = DotEnvironment.MapAbsolutePath("AIS_SyncConfig.xls");

            Compare2(filePath);
            filePath = DotEnvironment.MapAbsolutePath("AIS_SyncConfig.xlsx");
            Compare2(filePath);
        }