Skip to content

Instantly share code, notes, and snippets.

@babaktaremi
Created August 22, 2021 06:35
Show Gist options
  • Save babaktaremi/47feb0145ce818c7815d5d5df8ff1102 to your computer and use it in GitHub Desktop.
Save babaktaremi/47feb0145ce818c7815d5d5df8ff1102 to your computer and use it in GitHub Desktop.
namespace ChatApplication.Server.IdentityModels
{
public class RoleClaim:IdentityRoleClaim<int>
{
public Role Role { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment