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