mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-02-23 07:05:01 +01:00
6 lines
129 B
C#
Executable File
6 lines
129 B
C#
Executable File
namespace DotBased.AspNet.Authority.Models.Options;
|
|
|
|
public class LockdownOptions
|
|
{
|
|
public bool EnableLockout { get; set; }
|
|
} |