Re-layout source code to correct namespaces (handlers, commands, etc.)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace FinancialApi.Application.Events;
|
||||
|
||||
public interface IEventTracker
|
||||
{
|
||||
void Add(string eventMessage);
|
||||
}
|
||||
Reference in New Issue
Block a user