摘要: /// /// EF事务封装 公用类 /// public class TransactionCommon { DbContextTransaction Transaction = null; /// /// 数据库连接 /// private readonly Def... 阅读全文
posted @ 2018-05-30 14:35 蜜雪粮液 阅读(673) 评论(0) 推荐(0)