Files
Assistant/backend/Auth/ApplicationUser.cs
T

8 lines
117 B
C#

using Microsoft.AspNetCore.Identity;
namespace backend.Auth;
public class ApplicationUser : IdentityUser<Guid>
{
}