Interface IPeopleIntegrationService
Namespace: Volo.Abp.TestApp.Application
Assembly: Volo.Abp.TestApp.dll
Syntax
public interface IPeopleIntegrationService : IApplicationService, IRemoteService
Methods
GetValueAsync()
Declaration
Task<string> GetValueAsync()
Returns
Type | Description |
---|---|
Task<string> |