10 lines
199 B
C#
10 lines
199 B
C#
namespace Seyounth.Hyosung.UI.Models
|
|
{
|
|
public class AppConfig
|
|
{
|
|
public string ConfigurationsFolder { get; set; }
|
|
|
|
public string AppPropertiesFileName { get; set; }
|
|
}
|
|
}
|