Skip to content

Instantly share code, notes, and snippets.

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