mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
IFreeSql 增加 IDisposable
This commit is contained in:
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
|
||||
public interface IFreeSql<TMark> : IFreeSql { }
|
||||
|
||||
public interface IFreeSql {
|
||||
public interface IFreeSql : IDisposable {
|
||||
/// <summary>
|
||||
/// 插入数据
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user