Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using SharepointToolbox.Web.Core.Models;
|
||||
|
||||
namespace SharepointToolbox.Web.Services.Audit;
|
||||
|
||||
public interface IAuditService
|
||||
{
|
||||
Task LogAsync(string action, string clientName, IEnumerable<string> sites, string details = "");
|
||||
Task<IReadOnlyList<AuditEntry>> GetAllAsync();
|
||||
Task<string> ExportCsvAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user