Newer
Older
TestingWithoutInterfaces / src / Infrastructure / Identity / ApplicationUser.cs
@Derek Comartin Derek Comartin on 5 Dec 2022 144 bytes Init
using Microsoft.AspNetCore.Identity;

namespace Microsoft.eShopWeb.Infrastructure.Identity;

public class ApplicationUser : IdentityUser
{
}