DotBased/DotBased.AspNet.Authority/Managers/AuthorityGroupManager.cs

10 lines
240 B
C#
Raw Normal View History

namespace DotBased.AspNet.Authority.Managers;
2024-12-25 22:50:04 +01:00
public partial class AuthorityManager
2024-12-25 22:50:04 +01:00
{
2025-01-27 01:21:09 +01:00
/*
* - Validate User & Group
* - Check if user is already in group (if already in group return)
* - Add to UsersGroups table
*/
2024-12-25 22:50:04 +01:00
}