2025-04-07 23:25:45 +08:00

10 lines
199 B
C#

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