Add project files.
This commit is contained in:
8
ConstructorApp.EntityLayer/Entities/AppRole.cs
Normal file
8
ConstructorApp.EntityLayer/Entities/AppRole.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace ConstructorApp.EntityLayer.Entities
|
||||
{
|
||||
public class AppRole : IdentityRole<int>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user