摘要: 命名空间System.Transactions;using (TransactionScope scope = new TransactionScope()){ //Do something with context1 //Do something with context2 /... 阅读全文
posted @ 2015-07-07 10:54 今天起个早 阅读(171) 评论(0) 推荐(0) 编辑