using Kean.Infrastructure.Soap.Hithium;
using Kean.Infrastructure.Soap.LED;
using Microsoft.Extensions.DependencyInjection;
namespace Kean.Infrastructure.Soap.References
{
///
/// 依赖注入
///
public sealed class DependencyInjection
{
///
/// 初始化 Kean.Infrastructure.Soap.References.DependencyInjection 类的新实例
///
/// 服务描述符
public DependencyInjection(IServiceCollection services)
{
services.AddScoped();
services.AddScoped();
}
}
}