// 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 { } }