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 |
---|---|
Task<int> |
ProtectedByClassAsync()
Declaration
Task<int> ProtectedByClassAsync()
Returns
Type | Description |
---|---|
Task<int> |