Class MySimpleAuthorizedService
Inheritance
MySimpleAuthorizedService
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
[Authorize]
public class MySimpleAuthorizedService : IMySimpleAuthorizedService, ITransientDependency
Constructors
MySimpleAuthorizedService()
Declaration
public MySimpleAuthorizedService()
Methods
AnonymousAsync()
Declaration
[AllowAnonymous]
public Task<int> AnonymousAsync()
Returns
ProtectedByClassAsync()
Declaration
public Task<int> ProtectedByClassAsync()
Returns
Implements
Extension Methods