Class TodoAppService
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.AspNetCore.Mvc.Versioning.App.v1
Assembly: Volo.Abp.AspNetCore.Mvc.Versioning.Tests.dll
Syntax
public class TodoAppService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, ITodoAppService, IApplicationService, IRemoteService
Constructors
TodoAppService(IRequestedApiVersion)
Declaration
public TodoAppService(IRequestedApiVersion requestedApiVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| IRequestedApiVersion | requestedApiVersion |
Methods
GetAsync(int)
Declaration
public Task<string> GetAsync(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |