Hello,
In my program, I have an admin section. Only users with the role "admin" can access.
They can to add or remove a user to a role.
The system of delegation is not adapted.
I have this code to start :
Dewey
In my program, I have an admin section. Only users with the role "admin" can access.
They can to add or remove a user to a role.
The system of delegation is not adapted.
I have this code to start :
string cs = FCT_CHAINECONNEXION();
IAzManStorage storage = new SqlAzManStorage(cs);
IAzManItem item = storage["RCMAzman"][FCT_NAME_APPLICATION()][role];
Best RegardDewey