This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
modify class access level.
master
Savorboard
7 years ago
parent
c579667a33
commit
5beb347b6b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/DotNetCore.CAP.PostgreSql/CAP.EFOptions.cs
+ 1
- 1
src/DotNetCore.CAP.PostgreSql/CAP.EFOptions.cs
View File
@@ -13,6 +13,6 @@ namespace DotNetCore.CAP
/// </summary>
public string Schema { get; set; } = DefaultSchema;
public
Type DbContextType { get; set; }
internal
Type DbContextType { get; set; }
}
}
Write
Preview
Loading…
Cancel
Save