ForgeTrust.Runnable.Core/IRunnableModule.cs
IRunnableModule
Type
IRunnableModule
Defines a module that can configure services and register dependencies within the Runnable host.
Method
ConfigureServices(StartupContext, IServiceCollection)
Configures the services for this module.
Method
RegisterDependentModules(ModuleDependencyBuilder)
Registers other modules that this module depends on.