Interface IFeatureAppService
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
public interface IFeatureAppService : IApplicationService
Methods
GetAsync(String, String)
Declaration
Task<FeatureListDto> GetAsync(string providerName, string providerKey)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
System.String |
providerKey |
|
Returns
UpdateAsync(String, String, UpdateFeaturesDto)
Declaration
Task UpdateAsync(string providerName, string providerKey, UpdateFeaturesDto input)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
System.String |
providerKey |
|
UpdateFeaturesDto |
input |
|
Returns
Extension Methods