新增加删除重载方法

This commit is contained in:
不做码农
2022-02-10 22:01:59 +08:00
parent 2c9fc950f3
commit b6d759d1f8
4 changed files with 14 additions and 2 deletions

View File

@@ -211,6 +211,10 @@ namespace ZR.Repository
}
#region delete
public IDeleteable<T> Deleteable()
{
return Context.Deleteable<T>();
}
/// <summary>
/// 删除表达式