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