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