Interface IAuditLogSettingsAppService
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public interface IAuditLogSettingsAppService : IApplicationService, IRemoteService
Methods
GetAsync()
Declaration
Task<AuditLogSettingsDto> GetAsync()
Returns
GetGlobalAsync()
Declaration
Task<AuditLogGlobalSettingsDto> GetGlobalAsync()
Returns
UpdateAsync(AuditLogSettingsDto)
Declaration
Task UpdateAsync(AuditLogSettingsDto input)
Parameters
Returns
UpdateGlobalAsync(AuditLogGlobalSettingsDto)
Declaration
Task UpdateGlobalAsync(AuditLogGlobalSettingsDto input)
Parameters
Returns
Extension Methods