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 |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
NonFeatureAsync()
Declaration
Task NonFeatureAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |