using Base; namespace AppConfig { public class Base { public static string Host { get { string Host = "http://telap.yunmic.com"; // AppSettings.Bind("Host", Host); return Host; } } } }