initial
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace CsharpOop.Contracts;
|
||||
|
||||
/// Command DTO representing the requested use case
|
||||
public sealed class WithdrawMoneyCommand
|
||||
{
|
||||
public Guid AccountId { get; init; }
|
||||
public decimal Amount { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user