Interface IMyAuthorizedService1
Namespace: Volo.Abp.Authorization.TestServices
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
public interface IMyAuthorizedService1
Methods
Anonymous()
Declaration
Task<int> Anonymous()
Returns
Type | Description |
---|---|
Task<int> |
AnonymousAsync()
Declaration
Task<int> AnonymousAsync()
Returns
Type | Description |
---|---|
Task<int> |
ProtectedByClass()
Declaration
Task<int> ProtectedByClass()
Returns
Type | Description |
---|---|
Task<int> |
ProtectedByClassAsync()
Declaration
Task<int> ProtectedByClassAsync()
Returns
Type | Description |
---|---|
Task<int> |