Update registration

This commit is contained in:
2025-10-08 20:33:59 +09:00
parent 96172029d4
commit 257cd3e35e
16 changed files with 113 additions and 218 deletions

View File

@ -0,0 +1,6 @@
using Microsoft.AspNetCore.Identity;
namespace Hcs.WebApp.Data
{
public class AppRole : IdentityRole { }
}