105040 调整可见性
This commit is contained in:
parent
d6e19c291b
commit
4e17fa54c1
|
@ -4,7 +4,7 @@ namespace LFlow.Base;
|
|||
/// </summary>
|
||||
public class App
|
||||
{
|
||||
public static IServiceCollection? services;
|
||||
internal static IServiceCollection? services;
|
||||
private static IServiceProvider? ServiceProvider => services?.BuildServiceProvider();
|
||||
public static T? GetService<T>()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue