DotBased/DotBased.AspNet.Authority/Managers/AuthorityRoleManager.cs

6 lines
96 B
C#
Raw Normal View History

namespace DotBased.AspNet.Authority.Managers;
2024-12-25 22:50:04 +01:00
public class AuthorityRoleManager<TRole>
{
}