コード例 #1
0
        public void Process()
        {
            if (TransactionInterceptorOption != null)
            {
                foreach (var itctType in TransactionInterceptorOption.TxInterceptors)
                {
                    ServiceRegistry.AddSingleton(typeof(ITransactionInterceptor), itctType, null);
                }
            }

            _txInterceptors = Sp.GetServices <ITransactionInterceptor>();
        }