Example #1
0
		public bool Authorize(string usr, IThema thema) {
			lock (refresh_lock) {
			}
			return Authorize(usr, thema, usr + "_" + thema);
		}
Example #2
0
		public ThemaWrapper(IThema target, IThemaWrapperFactory factory, WrapContext context) {
			Thema = target;
			Factory = factory;
			Context = context;
		}