Interface ITodoAppService
Namespace: Volo.Abp.AspNetCore.Mvc.Versioning.App.v2
Assembly: Volo.Abp.AspNetCore.Mvc.Versioning.Tests.dll
Syntax
public interface ITodoAppService : IApplicationService, IRemoteService
Methods
GetAsync(int)
Declaration
Task<string> GetAsync(int id)
Parameters
Type | Name | Description |
---|---|---|
int | id |
Returns
Type | Description |
---|---|
Task<string> |