Commit 8ec33205 authored by 黄奎's avatar 黄奎

页面修改

parent 7ae6943f
using Castle.DynamicProxy; using Castle.DynamicProxy;
using System; using System;
using System.Collections.Generic;
using System.Text;
using System.Transactions; using System.Transactions;
namespace Mall.AOP.CustomerAttribute namespace Mall.AOP.CustomerAttribute
...@@ -47,6 +45,7 @@ namespace Mall.AOP.CustomerAttribute ...@@ -47,6 +45,7 @@ namespace Mall.AOP.CustomerAttribute
{ {
return () => return () =>
{ {
Console.WriteLine("TransactionCallHandlerAttribute1"); Console.WriteLine("TransactionCallHandlerAttribute1");
TransactionOptions transactionOptions = new TransactionOptions TransactionOptions transactionOptions = new TransactionOptions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment