11 lines
197 B
C#
11 lines
197 B
C#
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
|
|
namespace Infrastructure.Identity
|
|
{
|
|
public class ApplicationUser : IdentityUser
|
|
{
|
|
}
|
|
}
|