Ejemplo n.º 1
0
 public static DefaultDictionary <PermissionSymbol, bool> ServicePermissionRules()
 {
     return(cache.GetDefaultDictionary());
 }
Ejemplo n.º 2
0
        public static Dictionary <PropertyRoute, PropertyAllowed>?OverridenProperties()
        {
            var dd = cache.GetDefaultDictionary();

            return(dd.OverrideDictionary);
        }
Ejemplo n.º 3
0
 public static DefaultDictionary <object, QueryAllowed> QueryRules()
 {
     return(cache.GetDefaultDictionary());
 }