feat: add Logs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace mws.backend.dotnet.application.Audit;
|
||||
|
||||
public interface IAuditableRequest
|
||||
{
|
||||
string Action { get; }
|
||||
string EntityType { get; }
|
||||
Guid? EntityId => null;
|
||||
string? EntityName => null;
|
||||
}
|
||||
Reference in New Issue
Block a user