摘要: using (var context = new BloggingContext()) { using (var transaction = context.Database.BeginTransaction()) { context.Blogs.Add(new Blog {Url = "http: 阅读全文
posted @ 2020-03-30 11:00 沐雪架构师 阅读(1099) 评论(0) 推荐(0) 编辑