Ejemplo n.º 1
0
        // Methods
        public IUnitOfWorkScope Create()
        {
            // TransactionScope
            TransactionScope transactionScope = new TransactionScope();

            // UnitOfWorkScope
            IUnitOfWorkScope unitOfWorkScope = new DistributedUnitOfWorkScope(transactionScope);

            // Return
            return(unitOfWorkScope);
        }
        // Methods
        public IUnitOfWorkScope Create()
        {
            // TransactionScope
            TransactionScope transactionScope = new TransactionScope();

            // UnitOfWorkScope
            IUnitOfWorkScope unitOfWorkScope = new DistributedUnitOfWorkScope(transactionScope);

            // Return
            return unitOfWorkScope;
        }