Example #1
0
 string GetCashChargeString(PrintCashCharge charge) =>
 _formatOutput.GetCashChargeString(
     charge.PlayerChargedId, charge.PlayerChargerId, charge.Amount, charge.Message);