mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-04-05 05:51:27 +02:00
7 lines
108 B
C#
Executable File
7 lines
108 B
C#
Executable File
namespace DotBased.AspNet.Authority.Models.Options;
|
|
|
|
public enum ListOption
|
|
{
|
|
Blacklist,
|
|
Whitelist
|
|
} |