Пример #1
0
        public static IUnlockedStateStore GetStoreFromContext(this ControllerContext context)
        {
            var store = (IUnlockedStateStore)context.GetContextItem(UNLOCKED_STATE_STORE_KEY);

            return(store);
        }