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