From f139401db1932a6ad84a35035c19766af454a20e Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 17 Jan 2018 12:24:18 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarAccessory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarAccessory.cs b/Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarAccessory.cs index 296103a96..3bf41efc7 100644 --- a/Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarAccessory.cs +++ b/Src/Asp.Net/SqlSugar/Infrastructure/SqlSugarAccessory.cs @@ -54,7 +54,7 @@ namespace SqlSugar #region Fields protected ISqlBuilder _SqlBuilder; - public SqlSugarClient _Context { get; set; } + protected SqlSugarClient _Context { get; set; } protected EntityMaintenance _EntityProvider; protected IAdo _Ado; protected ILambdaExpressions _LambdaExpressions;