mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 调整 Repository 接口定义,合并为一个 IBaseRepository;
This commit is contained in:
@ -105,7 +105,7 @@ namespace FreeSql
|
||||
repo.Update(buf);
|
||||
}
|
||||
|
||||
T UpdateIsDelete<T>(bool value, Func<BaseRepository<TEntity>, List<TEntity>, T> func)
|
||||
T UpdateIsDelete<T>(bool value, Func<IBaseRepository<TEntity>, List<TEntity>, T> func)
|
||||
{
|
||||
var childs = GetAllChilds();
|
||||
childs.Add(this as TEntity);
|
||||
|
Reference in New Issue
Block a user