Interface IMySimpleAuthorizedService
Namespace: Volo.Abp.Authorization.TestServices
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
public interface IMySimpleAuthorizedService
Methods
AnonymousAsync()
Declaration
Task<int> AnonymousAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
ProtectedByClassAsync()
Declaration
Task<int> ProtectedByClassAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |