修改一致性分析限制
This commit is contained in:
@@ -232,6 +232,12 @@ namespace IRaCIS.Core.Infra.EFCore
|
||||
}
|
||||
|
||||
|
||||
//public static async Task<bool> ExecuteUpdateAsync<T>(this IRaCISDBContext _dbContext, Expression<Func<T, bool>> where, Expression<Func<T, T>> updateFactory, Guid updateUserId) where T : Entity
|
||||
//{
|
||||
|
||||
// return await _dbContext.Set<T>().Where(where).ExecuteUpdateAsync(, );
|
||||
|
||||
//}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user