1
0
ImperialRecruitment/IR.Blazor/Data/ApplicationUser.cs

10 lines
206 B
C#

using Microsoft.AspNetCore.Identity;
namespace IR.Blazor.Data;
// Add profile data for application users by adding properties to the ApplicationUser class
public class ApplicationUser : IdentityUser
{
}