Table of Contents

Interface IAbpModule

Namespace
Volo.Abp.Modularity
Assembly
Volo.Abp.Core.dll
public interface IAbpModule
Extension Methods

Methods

ConfigureServices(ServiceConfigurationContext)

void ConfigureServices(ServiceConfigurationContext context)

Parameters

context ServiceConfigurationContext

ConfigureServicesAsync(ServiceConfigurationContext)

Task ConfigureServicesAsync(ServiceConfigurationContext context)

Parameters

context ServiceConfigurationContext

Returns

Task