Created
August 22, 2021 06:37
-
-
Save babaktaremi/73b60523331c32202bacdece1c8dc5c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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