TirsvadCLI Portfolio Library
Loading...
Searching...
No Matches
ApplicationUser.cs
1using Microsoft.AspNetCore.Identity;
2
4
6
12public class ApplicationUser : IdentityUser<Guid>, IEntity
13{
14}
Represents an application user entity for authentication and authorization. Inherits from IdentityUse...
Represents a base contract for all domain entities in the system.
Definition IEntity.cs:10