DotBased/DotBased.AspNet.Authority/Managers/AuthorityGroupManager.cs
2025-01-27 01:21:09 +01:00

10 lines
240 B
C#
Executable File

namespace DotBased.AspNet.Authority.Managers;
public partial class AuthorityManager
{
/*
* - Validate User & Group
* - Check if user is already in group (if already in group return)
* - Add to UsersGroups table
*/
}