Files
Ngino/src/ReverseLlama.Server/Models/ApplicationUser.cs
T

8 lines
134 B
C#

using Microsoft.AspNetCore.Identity;
namespace ReverseLlama.Server.Models;
internal sealed class ApplicationUser : IdentityUser
{
}