public record MoneyTransfer( decimal Amount, Guid FromAccountId, Guid ToAccountId, // should always be specified and never be null string ...
確定! 回上一頁