using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DapperORMCore.Dapper { /// /// 扩展Dapper操作 针对所有操作及执行语句模型 异步做存取 /// public static class DapperAsyncExtensions { } }