mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-02-23 15:15:01 +01:00
10 lines
240 B
C#
Executable File
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
|
|
*/
|
|
} |