摘要: 常用功能的简单封装 public class Dapper { public string ConnectionString { get; set; } public Dapper() { var Configuration = new ConfigurationBuilder() .Add(new 阅读全文
posted @ 2020-05-26 00:30 aie49 阅读(2133) 评论(0) 推荐(0)