using Microsoft.AspNetCore.Builder; using System; using System.Collections.Generic; using System.Text; namespace Shentun.WebApi.Service { public static class ServiceLocator { public static IServiceProvider Instance { get; set; } public static IApplicationBuilder ApplicationBuilder { get; set; } } }