3 lines
100 B
C#
3 lines
100 B
C#
namespace FinancialApi.Domain.Events;
|
|
|
|
public record FeeAppliedEvent(int AccountId, decimal Amount); |