Interface IMyAuthorizedService1
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
public interface IMyAuthorizedService1
Methods
Anonymous()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
AnonymousAsync()
Declaration
Task<int> AnonymousAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
ProtectedByClass()
Declaration
Task<int> ProtectedByClass()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
ProtectedByClassAsync()
Declaration
Task<int> ProtectedByClassAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><int> |
|
Extension Methods