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