Newer
Older
eShopOnWeb-MessageDriven / src / Infrastructure / Identity / ApplicationUser.cs
@Derek Comartin Derek Comartin on 29 Jun 2021 158 bytes Add NServiceBus
using Microsoft.AspNetCore.Identity;

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