Class PeopleIntegrationService
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Application
Assembly: Volo.Abp.TestApp.dll
Syntax
[IntegrationService]
public class PeopleIntegrationService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IPeopleIntegrationService, IApplicationService, IRemoteService
Constructors
PeopleIntegrationService()
Declaration
public PeopleIntegrationService()
Methods
GetValueAsync()
Declaration
public Task<string> GetValueAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |