9 lines
189 B
C#
9 lines
189 B
C#
namespace TrafagSalesExporter.Security;
|
|
|
|
public sealed class LandingPageOptions
|
|
{
|
|
public const string SectionName = "LandingPage";
|
|
|
|
public bool ShowWalkingLabFigure { get; set; }
|
|
}
|