DotBased/DotBased.AspNet.Authority/Services/AuthorityRoleManager.cs
2024-12-25 22:50:04 +01:00

6 lines
96 B
C#

namespace DotBased.AspNet.Authority.Services;
public class AuthorityRoleManager<TRole>
{
}