Newer
Older
eShopOnWeb-VerticalFeatureSlices / src / ApplicationCore / Identity / ApplicationUser.cs
@Derek Comartin Derek Comartin on 27 Jul 2021 158 bytes Refactor to Vertical Slice
using Microsoft.AspNetCore.Identity;

namespace Microsoft.eShopWeb.Infrastructure.Identity
{
    public class ApplicationUser : IdentityUser
    {
    }
}