Skip to content

Instantly share code, notes, and snippets.

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