refactor(dotnet): centralize runtime audit trail
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace QuantEngine.Application.Interfaces;
|
||||
|
||||
public interface IRuntimeAuditTrailService
|
||||
{
|
||||
void Append<T>(string category, string key, T payload);
|
||||
}
|
||||
Reference in New Issue
Block a user