Configuration.AddService

Configuration.AddService<TService> method

指定したサービスを構成に追加します。

public void AddService<TService>(TService service)
    where TService : class, IService
パラメータ説明
TService追加するサービスのタイプ。
service追加するサービスのインスタンス。

関連項目