using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Yw.BLL.Unit { internal class ConfigHelper { /// /// /// public static string HttpUrl { get { return Settings.UnitParasHelper.Unit.CAL.HttpClient.HttpUrl; } } } }