Add project files.

This commit is contained in:
Khwezi Mngoma
2026-06-05 22:07:25 +02:00
parent 59ea7de742
commit 437e8c5c08
978 changed files with 151911 additions and 0 deletions
@@ -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>
{
}
}