mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 10:42:52 +08:00
- 修改IServiceProvider作用域范围
This commit is contained in:
parent
cefa96a090
commit
0574e794a8
@ -7,8 +7,9 @@ namespace FreeSql.Provider.QuestDb
|
||||
{
|
||||
internal class QuestDbContainer
|
||||
{
|
||||
//作用于HttpClientFatory
|
||||
private static IServiceCollection Services;
|
||||
public static IServiceProvider ServiceProvider { get; private set; }
|
||||
internal static IServiceProvider ServiceProvider { get; private set; }
|
||||
|
||||
internal static void Initialize(Action<IServiceCollection> service)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user