Add project files.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) Jan Škoruba. All Rights Reserved.
|
||||
// Licensed under the Apache License, Version 2.0.
|
||||
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace LiteCharmsSecurity.Admin.EntityFramework.Shared.Entities.Identity
|
||||
{
|
||||
public class UserIdentityRoleClaim : IdentityRoleClaim<string>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user