Пример #1
0
        public static bool HasHandler(Type service, string key)
        {
            if (m_container != null)
            {
                return(m_container.HasHandler(service, key));
            }

            return(false);
        }