Added a-frame-architecture usiung wolverine sample.
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
namespace FinancialApi.Application.Commands;
|
||||
|
||||
public record TransferFundsCommand(int SourceAccountId, int DestinationAccountId, decimal Amount);
|
||||
Reference in New Issue
Block a user