Re-layout source code to correct namespaces (handlers, commands, etc.)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using FinancialApi.Domain;
|
||||
|
||||
namespace FinancialApi.Application;
|
||||
|
||||
public record TransferPair(Account Source, Account Destination, DateTimeOffset TimeStamp);
|
||||
Reference in New Issue
Block a user