Esempio n. 1
0
        private static readonly Dictionary <Type, Creator> types = new Dictionary <Type, Creator>();  // Make static if we want to cross container registrations

        /// <summary>
        /// Default Constructor
        /// </summary>
        public WTWIOC()
        {
            _transientResolver = new TransientResolver();
        }
Esempio n. 2
0
 public void Dispose()
 {
     _transientResolver = null;
 }