Interface IIdentitySecurityLogAppService
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public interface IIdentitySecurityLogAppService : IApplicationService, IRemoteService
Methods
GetAsync(Guid)
Declaration
Task<IdentitySecurityLogDto> GetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task<IdentitySecurityLogDto> |
GetListAsync(GetIdentitySecurityLogListInput)
Declaration
Task<PagedResultDto<IdentitySecurityLogDto>> GetListAsync(GetIdentitySecurityLogListInput input)
Parameters
Type | Name | Description |
---|---|---|
GetIdentitySecurityLogListInput | input |
Returns
Type | Description |
---|---|
Task<PagedResultDto<IdentitySecurityLogDto>> |