You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace DS.Module.Core.Modules;
|
|
|
|
/// <summary>
|
|
/// 服务提供者访问器接口
|
|
/// </summary>
|
|
public interface IServiceProviderAccessor
|
|
{
|
|
IServiceProvider ServiceProvider { get; }
|
|
} |