Exemplo n.º 1
0
        private static EntityFileManagerCollection GetDocumentSecurityRuleCollection(AppDependencyInjectionContainer container)
        {
            var ruleCollection = new EntityFileManagerCollection(container);

            ruleCollection.RegisterAssembly(typeof(Core.Bootstrap).GetAssembly());

            return(ruleCollection);
        }