Class GlobalFeatureInterceptor_Tests.TestAppServiceV1
Implements
Inherited Members
Namespace: Volo.Abp.GlobalFeatures
Assembly: Volo.Abp.GlobalFeatures.Tests.dll
Syntax
[RequiresGlobalFeature("TestFeature1")]
[ExposeServices(new Type[] { typeof(GlobalFeatureInterceptor_Tests.TestAppServiceV1) })]
public class GlobalFeatureInterceptor_Tests.TestAppServiceV1 : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, GlobalFeatureInterceptor_Tests.ITestAppService, IApplicationService, IRemoteService
Constructors
TestAppServiceV1()
Declaration
public TestAppServiceV1()
Methods
TestMethod()
Declaration
public virtual Task<int> TestMethod()
Returns
Type | Description |
---|---|
Task<int> |