Interface IHelloController
Namespace: Volo.Abp.AspNetCore.Mvc.Versioning.App
Assembly: Volo.Abp.AspNetCore.Mvc.Versioning.Tests.dll
Syntax
public interface IHelloController : IRemoteService
Methods
GetAsync()
Declaration
Task<string> GetAsync()
Returns
Type | Description |
---|---|
Task<string> |
PostAsyncV1()
Declaration
Task<string> PostAsyncV1()
Returns
Type | Description |
---|---|
Task<string> |
PostAsyncV2()
Declaration
Task<string> PostAsyncV2()
Returns
Type | Description |
---|---|
Task<string> |