Initial commit - Auth
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Auth.Domain.Entities;
|
||||
|
||||
public class Role : IdentityRole {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user