新增加删除重载方法
This commit is contained in:
@@ -211,6 +211,10 @@ namespace ZR.Repository
|
||||
}
|
||||
|
||||
#region delete
|
||||
public IDeleteable<T> Deleteable()
|
||||
{
|
||||
return Context.Deleteable<T>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 删除表达式
|
||||
|
||||
Reference in New Issue
Block a user