IStartupDependency Interface
Namespace: PTS.DependencyInjection
Assembly: PTS.DependencyInjection.dll
Dependent service that is eagerly initialized when new primary service is initialized.
Syntax
public interface IStartupDependency
Methods
Start()
Initializes the injected services for auto initialization in newly created
Declaration
void Start()