[CHANGE] Implementing managers. repositories

This commit is contained in:
max
2025-01-03 00:14:12 +01:00
parent 2d96a25906
commit efc8259930
17 changed files with 252 additions and 92 deletions

View File

@@ -0,0 +1,6 @@
namespace DotBased.AspNet.Authority.Managers;
public class AuthorityRoleManager<TRole>
{
}