예제 #1
0
        public void NestedTransactionFeature()
        {
            logger.Debug("starting test run");

            using (var x = container.ResolveScope <NestedTransactionService>())
                x.Service.Run();
        }
        public void RunTest()
        {
            logger.Debug("starting test run");

            using (var x = container.ResolveScope <Test>())
                x.Service.Run();
        }