Commit 5beb347b authored by Savorboard's avatar Savorboard

modify class access level.

parent c579667a
...@@ -13,6 +13,6 @@ namespace DotNetCore.CAP ...@@ -13,6 +13,6 @@ namespace DotNetCore.CAP
/// </summary> /// </summary>
public string Schema { get; set; } = DefaultSchema; public string Schema { get; set; } = DefaultSchema;
public Type DbContextType { get; set; } internal Type DbContextType { get; set; }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment