10 lines
199 B
C#
Raw Normal View History

2025-04-07 23:25:45 +08:00
namespace Seyounth.Hyosung.UI.Models
{
public class AppConfig
{
public string ConfigurationsFolder { get; set; }
public string AppPropertiesFileName { get; set; }
}
}