namespace Yw.Application.Bimface { internal class ConfigHelper { /// /// /// public static string AppKey { get { return Settings.BimfaceParasHelper.Bimface.AppKey; } } public static string AppSecret { get { return Settings.BimfaceParasHelper.Bimface.AppSecret; } } } }