Added Event Tracking!

This commit is contained in:
2026-07-16 16:36:46 +02:00
parent 50e74a0034
commit ee1e64c944
6 changed files with 81 additions and 1 deletions
@@ -0,0 +1,6 @@
namespace FinancialApi.Application;
public interface IEventTracker
{
void Add(string eventMessage);
}