Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldairarrow committed Jun 21, 2020
1 parent 216936c commit 3523c83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EFCore.Sharding/DbAccessor/LogicDeleteDbAccessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
namespace EFCore.Sharding
{
/// <summary>
/// 业务数据库类,全局控制业务相关操作
/// 软删除访问接口
/// 软删除:查询:获取Deleted=false,删除:更新Deleted=true
/// 其它:按照具体业务修改
/// </summary>
internal class LogicDeleteDbAccessor : IDbAccessor
{
Expand Down

0 comments on commit 3523c83

Please sign in to comment.