2020-12-17 12:00:26 +01:00

10 lines
149 B
C#

using System;
using Microsoft.AspNetCore.Identity;
namespace HN.Infrastructure.Identity
{
public sealed class Role : IdentityRole<Guid>
{
}
}