namespace DS.Module.Core.Modules; /// /// 服务提供者访问器接口 /// public interface IServiceProviderAccessor { IServiceProvider ServiceProvider { get; } }