This commit is contained in:
sunkaixuan
2017-05-14 13:00:31 +08:00
parent fefa1d6ea1
commit 7b554ea72f

View File

@@ -9,7 +9,6 @@ namespace SqlSugar
{
public class InsertableProvider<T> : IInsertable<T> where T : class, new()
{
public SqlSugarClient Context { get; set; }
public IDb Db { get { return Context.Database; } }
public ISqlBuilder SqlBuilder { get; set; }