Exemplo n.º 1
0
 internal static bool SecurityIsAllowed(int courseID, SecurityAction action)
 {
     return(SharedSupport.SecurityIsAllowed(SharedSupport.GetUserIdentity(), courseID, action));
 }
Exemplo n.º 2
0
        //Course independant
        internal static bool SecurityIsAllowed(SecurityAction action)
        {
            PermissionsID temp;

            return(SharedSupport.SecurityIsAllowed(action, out temp));
        }