namespace Seyounth.Hyosung.UI.Models { public class AppConfig { public string ConfigurationsFolder { get; set; } public string AppPropertiesFileName { get; set; } } }