Class TextTemplateManagementBlazorModule
Implements
Inherited Members
Namespace: Volo.Abp.TextTemplateManagement.Blazor
Assembly: Volo.Abp.TextTemplateManagement.Blazor.dll
Syntax
[DependsOn(new Type[] { typeof(TextTemplateManagementApplicationContractsModule), typeof(AbpAutoMapperModule), typeof(AbpAspNetCoreComponentsWebThemingModule) })]
public class TextTemplateManagementBlazorModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
TextTemplateManagementBlazorModule()
Declaration
public TextTemplateManagementBlazorModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |