Interface IAbpModule
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpModule
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
void ConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |
ConfigureServicesAsync(ServiceConfigurationContext)
Declaration
Task ConfigureServicesAsync(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |
Returns
| Type | Description |
|---|---|
| Task |