10 lines
140 B
C#
10 lines
140 B
C#
using System;
|
|
using Microsoft.AspNetCore.Identity;
|
|
|
|
namespace HN.Infrastructure
|
|
{
|
|
public sealed class Role : IdentityRole<Guid>
|
|
{
|
|
|
|
}
|
|
} |