新增加删除重载方法

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,14 @@ namespace ZR.Service
#region delete
/// <summary>
/// 删除
/// </summary>
/// <returns></returns>
public IDeleteable<T> Deleteable()
{
return baseRepository.Deleteable();
}
/// <summary>
/// 删除表达式
/// </summary>