IFreeSql 增加 IDisposable

This commit is contained in:
28810
2019-04-29 18:22:03 +08:00
parent 163fe89bd4
commit f5a292ef45
10 changed files with 101 additions and 17 deletions

View File

@ -4,7 +4,7 @@ using System.Collections.Generic;
public interface IFreeSql<TMark> : IFreeSql { }
public interface IFreeSql {
public interface IFreeSql : IDisposable {
/// <summary>
/// 插入数据
/// </summary>