Exemplo n.º 1
0
 public ContentRoleProvider(ItemBridge bridge, Engine.StructureBoundDictionaryCache <string, CachedRoles> cache)
     : this()
 {
     this.bridge = bridge;
     this.cache  = cache;
 }
        public ContentRoleProvider(ItemBridge bridge, Engine.StructureBoundDictionaryCache<string, CachedRoles> cache)
			: this()
		{
			Set(bridge);
            this.cache = cache;
		}