Newer
Older
TheCleanArchitecture / src / Application / Infrastructure / Identity / ApplicationUser.cs
@Derek Comartin Derek Comartin on 15 Jun 2021 157 bytes Reorganized
using Microsoft.AspNetCore.Identity;

namespace CleanArchitecture.Infrastructure.Identity
{
    public class ApplicationUser : IdentityUser
    {
    }
}