Class AbpServiceConventionWrapper
Inheritance
System.Object
AbpServiceConventionWrapper
Namespace: Volo.Abp.AspNetCore.Mvc.Conventions
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpServiceConventionWrapper : IApplicationModelConvention
Constructors
AbpServiceConventionWrapper(IServiceCollection)
Declaration
public AbpServiceConventionWrapper(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services |
Methods
Apply(ApplicationModel)
Declaration
public void Apply(ApplicationModel application)
Parameters
| Type | Name | Description |
|---|---|---|
| ApplicationModel | application |