Improve testing and some cleanup refactoring.
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
namespace FinancialApi.Application.Commands;
|
||||
|
||||
public abstract record TransferFundsCommand(int SourceAccountId, int DestinationAccountId, decimal Amount);
|
||||
public record TransferFundsCommand(int SourceAccountId, int DestinationAccountId, decimal Amount);
|
||||
Reference in New Issue
Block a user