Configuration.AddService

Configuration.AddService<TService> method

将指定的服务添加到配置中。

public void AddService<TService>(TService service)
    where TService : class, IService
范围描述
TService要添加的服务类型。
service要添加的服务实例。

也可以看看