Re-layout source code to correct namespaces (handlers, commands, etc.)

This commit is contained in:
2026-07-17 16:57:55 +02:00
parent 09a89a34c4
commit 69cb05f389
25 changed files with 89 additions and 85 deletions
@@ -0,0 +1,6 @@
namespace FinancialApi.Application.Events;
public interface IEventTracker
{
void Add(string eventMessage);
}