10 2021 档案

摘要:ly188:二话不说上代码 public static class XmlSerializeHelper { //// 示例 //[XmlRoot("products")]//// 名称 //public class products //{ // [XmlElement("product")]// 阅读全文
posted @ 2021-10-29 09:07 ly188 阅读(416) 评论(0) 推荐(0)
摘要:ly188:二话不说直接上代码 using (TransactionScope scope = new TransactionScope()) { // 本身业务 //下面是提交事务 scope.Complete(); } 阅读全文
posted @ 2021-10-26 15:35 ly188 阅读(40) 评论(0) 推荐(0)