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

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

            return(ruleCollection);
        }
Exemplo n.º 2
0
 public void Start(DependencyInjectionContainer dependencyInjectionContainer)
 {
     dependencyInjectionContainer.RegisterUiMetadata(typeof(Bootstrap).GetTypeInfo().Assembly);
 }