Files
eshop/Eshop/Eshop.Infrastructure/Persistence/UserEntity.cs
T
2026-07-16 18:33:05 +02:00

8 lines
126 B
C#

using Microsoft.AspNetCore.Identity;
namespace Eshop.Infrastructure.Persistence;
public class UserEntity : IdentityUser
{
}