This commit is contained in:
sunkaixuan
2017-05-17 12:39:15 +08:00
parent 74c486c1d1
commit 1458f931af

View File

@@ -25,7 +25,7 @@ namespace SqlSugar
} }
#endregion #endregion
#region constructor #region Constructor
/// <summary> /// <summary>
/// If you have system table permissions, use this /// If you have system table permissions, use this
/// </summary> /// </summary>
@@ -264,7 +264,7 @@ namespace SqlSugar
} }
#endregion #endregion
#region deleteable #region Deleteable
public virtual IDeleteable<T> Deleteable<T>() where T : class, new() public virtual IDeleteable<T> Deleteable<T>() where T : class, new()
{ {
var reval = new DeleteableProvider<T>(); var reval = new DeleteableProvider<T>();