mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 21:43:13 +00:00
Nullable
This commit is contained in:
@ -15,7 +15,7 @@ namespace Esiur.Security.Membership
|
||||
{
|
||||
public bool GuestsAllowed { get; set; } = false;
|
||||
|
||||
public event ResourceEventHandler<AuthorizationIndication> Authorization;
|
||||
public event ResourceEventHandler<AuthorizationIndication> Authorization { add { } remove { } }
|
||||
|
||||
KeyList<string, UserInfo> users = new KeyList<string, UserInfo>();
|
||||
|
||||
|
Reference in New Issue
Block a user