Esempio n. 1
0
        public void ClearScopedInstance(string key)
        {
            IInstanceScoper <T> scoper = GetScoperToUse();

            scoper.ClearScopedInstance(key);
        }