C# Class DapperIdentity.Core.Entities.User

Custom fields for your user object. Id, UserName, PasswordHash and SecurityStamp are all required by Identity. TODO: Add your own custom fields. Don't forget to update the database table and your SQL queries in the user repository
Inheritance: IUser
Mostra file Open project: rantowork/MVC5-Dapper-Identity Class Usage Examples