Interface IMethodFeatureTestService
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.Tests.dll
Syntax
public interface IMethodFeatureTestService
Methods
Feature1Async()
Declaration
Task<int> Feature1Async()
Returns
Type | Description |
---|---|
Task<int> |
NonFeatureAsync()
Declaration
Task NonFeatureAsync()
Returns
Type | Description |
---|---|
Task |